Skip to content

Commit

Permalink
Issue #PS-1625 chore: interface added
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarnakale committed Aug 27, 2024
1 parent c4008e0 commit 2283ae1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/utils/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export interface PlannedModalProps {
editSelection?: string;
handleEditSelection?: (selection: string) => void;
onEventDeleted?: () => void;
onEventUpdated?: () => void;
updateEvent?: boolean;
editSession?: any;
eventData?: any;
Expand Down Expand Up @@ -446,7 +447,6 @@ export interface FacilitatorDrawerProps {
}
export interface CoursePlannerCardsProps {
resources: any;

}

export interface scheduleEventParam {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2283ae1

Please sign in to comment.