feat : add types data
This commit is contained in:
0
src/types/.gitkeep
Normal file
0
src/types/.gitkeep
Normal file
5
src/types/auth/login.ts
Normal file
5
src/types/auth/login.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Login {
|
||||
id: string
|
||||
email: string
|
||||
phone: string
|
||||
}
|
||||
Reference in New Issue
Block a user