UNPKG

ut-tools

Version:

Build and Release management automation package.

7 lines (6 loc) 254 B
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types"; export type OneOfError = ErrorObject<"oneOf", { passingSchemas: [number, number] | null; }, AnySchema[]>; declare const def: CodeKeywordDefinition; export default def;