Type Alias ScheduleWithManifest

type ScheduleWithManifest = {
    calendars: ScheduleCalendar[];
    datasourceId?: string;
    intervals?: ScheduleInterval[];
    knowledgebaseId: string;
    ownerId: string;
    spaceId?: string;
    tenantId: string;
}
Index

Properties

calendars: ScheduleCalendar[]
datasourceId?: string
intervals?: ScheduleInterval[]
knowledgebaseId: string
ownerId: string
spaceId?: string
tenantId: string