feat : update type
This commit is contained in:
6
src/types/index.ts
Normal file
6
src/types/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Login } from '@/types/auth/login';
|
||||
import { Verification } from './auth/varification';
|
||||
|
||||
|
||||
export type ILogin = Login
|
||||
export type IVerification = Verification
|
||||
Reference in New Issue
Block a user