mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:09:30 +08:00
5 lines
264 B
Text
5 lines
264 B
Text
import type { CodeKeywordDefinition, SchemaObject } from "../../types";
|
|
import { _JTDTypeError } from "./error";
|
|
export declare type JTDElementsError = _JTDTypeError<"elements", "array", SchemaObject>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|