export type CalendarImport = { houseId: string; id: string; importedBy: string; name: string; type: 'calendarImport'; url: string; }; export type CalendarImportPayload = { calendar_import: { name: string; url: string; }; };