mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 19:58:13 +00:00
5 lines
208 B
TypeScript
5 lines
208 B
TypeScript
import type { CodeKeywordDefinition, ErrorNoParams, AnySchema } from "../../types";
|
|
export type AnyOfError = ErrorNoParams<"anyOf", AnySchema[]>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|