api login

This commit is contained in:
JakkrapartXD 2026-01-09 10:14:13 +00:00
parent bd0daf5858
commit 1a7473362b
8 changed files with 613 additions and 60 deletions

View file

@ -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 {