mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 07:39:30 +08:00
5 lines
261 B
Text
5 lines
261 B
Text
import type { CodeKeywordDefinition, SchemaObject } from "../../types";
|
|
import { _JTDTypeError } from "./error";
|
|
export declare type JTDValuesError = _JTDTypeError<"values", "object", SchemaObject>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|