initial commit
This commit is contained in:
8
node_modules/ajv/dist/vocabularies/validation/required.d.ts
generated
vendored
Normal file
8
node_modules/ajv/dist/vocabularies/validation/required.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
|
||||
export type RequiredError = ErrorObject<"required", {
|
||||
missingProperty: string;
|
||||
}, string[] | {
|
||||
$data: string;
|
||||
}>;
|
||||
declare const def: CodeKeywordDefinition;
|
||||
export default def;
|
||||
Reference in New Issue
Block a user