6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { Login } from '@/types/auth/login';
|
|
import { Verification } from './auth/varification';
|
|
|
|
|
|
export type ILogin = Login
|
|
export type IVerification = Verification |