mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve Agenda
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class eventSource {
|
||||
title: string
|
||||
startTime: any
|
||||
endTime: any
|
||||
allDay: boolean
|
||||
event: any
|
||||
calendarName?: string
|
||||
segment?: string
|
||||
profile: 'md' | 'pr'
|
||||
id:any
|
||||
}[]
|
||||
Reference in New Issue
Block a user