Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created November 7, 2020 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haigopi/180f2a89881465b525ce2cab2c0fd7f4 to your computer and use it in GitHub Desktop.
Save haigopi/180f2a89881465b525ce2cab2c0fd7f4 to your computer and use it in GitHub Desktop.
ModelDetails
export default class ModelDetails {
public id?: string;
public userName?: string;
public name?: string;
public speciality?: string;
public pictures_1 = [];
public pictures_2 = [];
public disabledReason?: string;
public location = new ChefLocation();
public phoneNumber?: string;
public randomInput?: string;
public sampleRole?: string;
public sampleStatus?: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment