mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 19:59:30 +08:00
6 lines
262 B
Text
6 lines
262 B
Text
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
|
|
export declare type OneOfError = ErrorObject<"oneOf", {
|
|
passingSchemas: [number, number] | null;
|
|
}, AnySchema[]>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|