mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
10 lines
182 B
TypeScript
10 lines
182 B
TypeScript
export class EventPerson{
|
|
EmailAddress: string;
|
|
Name: string;
|
|
IsRequired: boolean;
|
|
UserType: string;
|
|
IsPR: boolean;
|
|
RoleDescription: string;
|
|
Id: string
|
|
}
|