UNPKG

@tsed/schema

Version:
8 lines (7 loc) 321 B
import type { AnyJsonSchema, JsonSchema } from "../domain/JsonSchema.js"; /** * Declare a model with any type (By default: `integer`, `number`, `string`, `boolean`, `array`, `object`, `null`) * * See @@JsonSchema@@ to discover available methods. */ export declare function any(...types: AnyJsonSchema[]): JsonSchema;