mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add integration of create new event from expedient
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export class Participant{
|
||||
id: string;
|
||||
type: string;
|
||||
deadline: Date;
|
||||
UserId: string;
|
||||
UserType: string;
|
||||
|
||||
/* Deadline: Date; */
|
||||
}
|
||||
Reference in New Issue
Block a user