hexo/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts

7 lines
263 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export declare type PropertyNamesError = ErrorObject<"propertyNames", {
propertyName: string;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;