Skip to content

Commit

Permalink
Merge pull request #335 from suvarnakale/shiksha-2.0
Browse files Browse the repository at this point in the history
Issue #0000  chore: resolved build issue
  • Loading branch information
itsvick authored Jul 2, 2024
2 parents 728a18f + 3231513 commit fc1688d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/utils/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface UserAttendanceObj {
attendance: string; //Mandatory
name?: string;
attendanceDate?: Date | string;
memberStatus?: string;
memberStatus?: string;
}

export interface BulkAttendanceParams {
Expand Down Expand Up @@ -78,7 +78,7 @@ export interface cohortMemberList {
filters: {
cohortId: string;
role?: string;
status?: string[]
status?: string[];
};
}

Expand Down Expand Up @@ -252,6 +252,8 @@ export interface LearnerListProps {
statusReason: string;
reloadState: boolean;
setReloadState: React.Dispatch<React.SetStateAction<boolean>>;
block?: string;
center?: string;
}
export interface FacilitatorListParam {
limit: number;
Expand All @@ -264,7 +266,7 @@ export interface FacilitatorListParam {
}

export interface DropoutMember {
userId: string | number;
userId: string | number;
name: string;
memberStatus: string;
}
Expand Down

0 comments on commit fc1688d

Please sign in to comment.