Files
sistem-desa-mandiri/src/types/index.ts
lukman 3af192313a api : add api
Deskripsi:
- add gorup
- add position
- village

No issue
2024-07-25 16:43:13 +08:00

10 lines
198 B
TypeScript

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