argValidator 타입 처리
This commit is contained in:
@@ -8,6 +8,7 @@ type EType = ExtractError<BaseAPI>;
|
||||
type QType = ExtractQuery<BaseAPI>;
|
||||
|
||||
export class test extends GET<RType, EType, QType>{
|
||||
readonly argValidator = undefined;
|
||||
protected ReqNonce = Symbol("ReqNonce");//TODO: remove this
|
||||
protected override async api(query: QType): Promise<RType | EType | true> {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user