Urara-Blog/node_modules/.pnpm-store/v3/files/0f/dbaf99ef319132ae51800ad87ff10557906de6f31f464455cb80c409470897d64cdf399033c5e148a96c00a78303cac8fc081b4244214c9ac32bdca89ae09b
2022-08-14 01:14:53 +08:00

8 lines
263 B
Text

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export declare type RequiredError = ErrorObject<"required", {
missingProperty: string;
}, string[] | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;