started backend conversion to typescript
This commit is contained in:
6
api/src/services/calendarService.d.ts
vendored
Normal file
6
api/src/services/calendarService.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare function createEvent(eventObject: any): Promise<void>;
|
||||
export declare function updateEvent(eventObject: any): Promise<void>;
|
||||
export declare function cancelEvent(eventID: any): Promise<void>;
|
||||
export declare function getShortEventsInRange(startDate: any, endDate: any): Promise<void>;
|
||||
export declare function getEventDetailed(eventID: any): Promise<void>;
|
||||
//# sourceMappingURL=calendarService.d.ts.map
|
||||
Reference in New Issue
Block a user