diff --git a/src/utils/Interfaces.ts b/src/utils/Interfaces.ts index 9a9dcb8d..49c0ed7e 100644 --- a/src/utils/Interfaces.ts +++ b/src/utils/Interfaces.ts @@ -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;