更新api
This commit is contained in:
2
types/Common/CheckoutVaildValue.d.ts
vendored
2
types/Common/CheckoutVaildValue.d.ts
vendored
@@ -17,7 +17,7 @@ export declare enum CheckObjectType {
|
||||
GT0Num = "gt0num"
|
||||
}
|
||||
export declare namespace CheckoutValid {
|
||||
function HasInvailValue(obj: Object, objType: CheckObjectType): boolean;
|
||||
function HasInvailValue(obj: Object, objType: CheckObjectType): string;
|
||||
function CheckOption(type: CheckObjectType, k: string, v: string): string;
|
||||
function CheckoutBoardOption(k: string, v: string): string;
|
||||
function CheckoutDrillOption(k: string, v: string | boolean): string;
|
||||
|
Reference in New Issue
Block a user