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

7 lines
249 B
TypeScript
Raw Normal View History

2024-09-18 08:27:46 -07:00
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type PropertyNamesError = ErrorObject<"propertyNames", {
propertyName: string;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;