horse-betting/btc-ui-app-2/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts
2025-06-19 16:39:08 +05:30

6 lines
256 B
TypeScript

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