UNPKG

208 BTypeScriptView Raw
1import type { CodeKeywordDefinition, ErrorNoParams, AnySchema } from "../../types";
2export type AnyOfError = ErrorNoParams<"anyOf", AnySchema[]>;
3declare const def: CodeKeywordDefinition;
4export default def;