UNPKG

ut-tools

Version:

Build and Release management automation package.

6 lines (5 loc) 256 B
import type { CodeKeywordDefinition, SchemaObject } from "../../types"; import { _JTDTypeError } from "./error"; export type JTDElementsError = _JTDTypeError<"elements", "array", SchemaObject>; declare const def: CodeKeywordDefinition; export default def;