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