-
Notifications
You must be signed in to change notification settings - Fork 0
model
Nasdan edited this page Jul 27, 2017
·
3 revisions
email: string;
password : string;
email: string;
roles: string[]; ('admin', 'trainer', 'student')
trainings: [
trainingID: string;
role: string; ('trainer', 'student')
];
name: string;
markdownContent: string;
files[]: ComplexStructure;