Files
doneit-web/src/app/models/participant.model.ts
T
Peter Maquiran 6d6dbb2278 Improve
2021-04-21 19:59:49 +01:00

8 lines
146 B
TypeScript

export class Participant{
UserEmail: string ;
UserId?: string ;
UserType: string;
DeadLine?: string
/* Deadline: Date; */
}