mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 05:09:13 +08:00
4 lines
216 B
Text
4 lines
216 B
Text
import type { CodeKeywordDefinition, ErrorNoParams, AnySchema } from "../../types";
|
|
export declare type AnyOfError = ErrorNoParams<"anyOf", AnySchema[]>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|