initial: add login
This commit is contained in:
9
controller/typings.d.ts
vendored
Normal file
9
controller/typings.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare namespace Model {
|
||||
interface LoginRequestBody {
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
interface LoginResponse {
|
||||
token?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user