aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts
blob: 8df949c065528c353b6e571e00812ea67a7f15e7 (plain) (blame)
1
2
3
4
5
6
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export declare type JTDEnumError = ErrorObject<"enum", {
    allowedValues: string[];
}, string[]>;
declare const def: CodeKeywordDefinition;
export default def;