Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type Events = {
- id: string;
- title: string;
- email: string;
- fullName: string;
- contactPerson: string;
- department: string;
- status: "PENDING" | "SUCCESS";
- dateOfEvent: string;
- startingTime: string;
- endingTime: string;
- purpose: string;
- doesHaveDryRun: string;
- dryRunDate?: string | null; // Optional
- dryRunStart?: string | null; // Optional
- dryRunEnd?: string | null; // Optional
- doesHaveTCETAssitance: string;
- tcetOtherAssitance?: string | null; // Optional
- meetingTypeOption: string;
- meetingTypeServices: string;
- meetingTypeServiceLink?: string | null; // Optional
- cameraSetup?: string | null; // Optional
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement