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