import { Login } from '@/types/auth/login'; import { Verification } from './auth/varification'; export type ILogin = Login export type IVerification = Verification