Type Alias CalendarEventSearchParams
CalendarEventSearchParams: {
locationId: string;
startTime: string;
endTime: string;
calendarId?: string;
groupId?: string;
userId?: string;
}
Type declaration
locationId: string
startTime: string
endTime: string
Optional
calendarId?: string
Optional
groupId?: string
Optional
userId?: string