Skip to content

Instantly share code, notes, and snippets.

@pramoth
Created January 27, 2018 15:53
Show Gist options
  • Select an option

  • Save pramoth/d4459e97b449f173f49f8ca2f365fcf7 to your computer and use it in GitHub Desktop.

Select an option

Save pramoth/d4459e97b449f173f49f8ca2f365fcf7 to your computer and use it in GitHub Desktop.
export interface QualifyOlderPerson {
id?: number;
pid?: string;
firstName?: string;
lastName?: string;
sex?: number;
birthDate?: any;
adl?: number;
groupId?: number;
createDate?: any;
surveyHcode?: string;
hName?: string;
age?: number;
budgetYear?: number;
vendorCode?: string;
hmainCode?: string;
maininsclCode?: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment