UNPKG

263 BTypeScriptView Raw
1import type { CodeKeywordDefinition, ErrorObject } from "../../types";
2export declare type RequiredError = ErrorObject<"required", {
3 missingProperty: string;
4}, string[] | {
5 $data: string;
6}>;
7declare const def: CodeKeywordDefinition;
8export default def;