api login
This commit is contained in:
parent
bd0daf5858
commit
1a7473362b
8 changed files with 613 additions and 60 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
export interface LoginRequest {
|
||||
username: string;
|
||||
email: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
|
|
@ -17,6 +17,7 @@ export interface RegisterRequest {
|
|||
th?: string;
|
||||
en?: string;
|
||||
};
|
||||
phone: string;
|
||||
}
|
||||
|
||||
export interface LoginResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue