UNPKG

206 BPlain TextView Raw
1import type {KeywordDefinition} from "ajv"
2
3export interface DefinitionOptions {
4 defaultMeta?: string | boolean
5}
6
7export type GetDefinition<T extends KeywordDefinition> = (opts?: DefinitionOptions) => T