refactor(api): remove unused User import from verifications module
All checks were successful
Admin CI / build-and-push-web (push) Successful in 1m58s
All checks were successful
Admin CI / build-and-push-web (push) Successful in 1m58s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import apiClient from './client'
|
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 UserIdentity = 'general' | 'student' | 'teacher' | 'staff' | 'alumni' | 'external'
|
||||||
export type VerificationStatus = 'not_submitted' | 'pending' | 'approved' | 'rejected'
|
export type VerificationStatus = 'not_submitted' | 'pending' | 'approved' | 'rejected'
|
||||||
|
|||||||
Reference in New Issue
Block a user