mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
12 lines
213 B
TypeScript
12 lines
213 B
TypeScript
export class eventSource {
|
|
title: string
|
|
startTime: any
|
|
endTime: any
|
|
allDay: boolean
|
|
event: any | Object
|
|
calendarName?: string
|
|
segment?: string
|
|
profile: 'md' | 'pr'
|
|
id:any
|
|
}[]
|