Created
November 7, 2020 01:09
-
-
Save haigopi/180f2a89881465b525ce2cab2c0fd7f4 to your computer and use it in GitHub Desktop.
ModelDetails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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