express.js 준비
This commit is contained in:
@@ -8,8 +8,8 @@ type EType = ExtractError<BaseAPI>;
|
||||
type QType = ExtractQuery<BaseAPI>;
|
||||
|
||||
class Q implements QType {
|
||||
username: string;
|
||||
password: string;
|
||||
username!: string;
|
||||
password!: string;
|
||||
}
|
||||
export class LoginByID extends POST<RType, EType, QType>{
|
||||
readonly argValidator = undefined;
|
||||
|
||||
Reference in New Issue
Block a user