diff --git a/src/utils/Interfaces.ts b/src/utils/Interfaces.ts index 3bb9716e..90191976 100644 --- a/src/utils/Interfaces.ts +++ b/src/utils/Interfaces.ts @@ -156,6 +156,7 @@ export interface PlannedModalProps { editSelection?: string; handleEditSelection?: (selection: string) => void; onEventDeleted?: () => void; + onEventUpdated?: () => void; updateEvent?: boolean; editSession?: any; eventData?: any; @@ -446,7 +447,6 @@ export interface FacilitatorDrawerProps { } export interface CoursePlannerCardsProps { resources: any; - } export interface scheduleEventParam { @@ -501,11 +501,10 @@ export interface Assessment { export interface BoardEnrollment { userId: number; studentName: string; - center:string; - isDropout:boolean + center: string; + isDropout: boolean; } - export interface AssessmentSubject { userId: number; subject: string;