export type SerializableCalendarEvent = { id: number | null; title: string | null; notes: string | null; propertyId: number | null; date: string | null; startTime: string | null; endTime: string | null; colorType: string | null; }; //# sourceMappingURL=calendar-event.d.ts.map