Type Alias CalendarNotification
CalendarNotification: {
shouldSendToContact: boolean;
shouldSendToGuest: boolean;
shouldSendToUser: boolean;
shouldSendToSelectedUsers: boolean;
type?: "email";
}
Type declaration
shouldSendToContact: boolean
shouldSendToGuest: boolean
shouldSendToUser: boolean
shouldSendToSelectedUsers: boolean
Optional
type?: "email"