UNPKG

219 BTypeScriptView Raw
1import type { KeywordDefinition } from "ajv";
2export interface DefinitionOptions {
3 defaultMeta?: string | boolean;
4}
5export declare type GetDefinition<T extends KeywordDefinition> = (opts?: DefinitionOptions) => T;