mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
export class Participant{
|
|
UserEmail: string ;
|
|
UserId?: string ;
|
|
UserType: string;
|
|
DeadLine?: string
|
|
|
|
/* Deadline: Date; */
|
|
}
|