feat : add types data

This commit is contained in:
lukman
2024-07-22 16:42:31 +08:00
parent 8c392e9b71
commit 9df0554dee
2 changed files with 5 additions and 0 deletions

0
src/types/.gitkeep Normal file
View File

5
src/types/auth/login.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface Login {
id: string
email: string
phone: string
}