diff --git a/src/api/verifications.ts b/src/api/verifications.ts index 2d2fec7..143e88b 100644 --- a/src/api/verifications.ts +++ b/src/api/verifications.ts @@ -1,5 +1,5 @@ import apiClient from './client' -import type { ApiResponse, PaginatedResponse, User } from '@/types' +import type { ApiResponse, PaginatedResponse } from '@/types' export type UserIdentity = 'general' | 'student' | 'teacher' | 'staff' | 'alumni' | 'external' export type VerificationStatus = 'not_submitted' | 'pending' | 'approved' | 'rejected'