Files
sistem-desa-mandiri/src/types/index.ts
2024-07-25 10:08:01 +08:00

6 lines
165 B
TypeScript

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