Skip to content

Commit

Permalink
Issue #PS-0000 fix: Removed duplicate interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed May 10, 2024
1 parent 5acc9d0 commit 15d3d6d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/utils/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,6 @@ export interface UserData {
customFields: CustomField[];
}

interface CustomField {
label: string;
value: string;
}
export interface UserData {
id: number;
name: string;
role: string;
district: string;
state: string;
email: string;
dob?: string;
mobile?: string;
customFields: CustomField[];
}

export interface AttendanceReports {
contextId: string;
userId: string;
Expand Down

0 comments on commit 15d3d6d

Please sign in to comment.