Files
doneit-web/src/app/models/agenda/eventSource.ts
T

12 lines
203 B
TypeScript
Raw Normal View History

2021-07-16 22:50:08 +01:00
export class eventSource {
title: string
startTime: any
endTime: any
allDay: boolean
event: any
calendarName?: string
segment?: string
profile: 'md' | 'pr'
id:any
}[]