elements.d.ts 256 B

12345
  1. import type { CodeKeywordDefinition, SchemaObject } from "../../types";
  2. import { _JTDTypeError } from "./error";
  3. export type JTDElementsError = _JTDTypeError<"elements", "array", SchemaObject>;
  4. declare const def: CodeKeywordDefinition;
  5. export default def;