跳到主要内容

IValidityDetectResult 类型

declare type IValidityDetectResult = {
pass: true;
} | {
pass: false;
detail?: {
list: string[];
};
};

有效性检测结果 @vm-type UnknownType