Introduction
Migration
Appearance
import { any } from "@tsed/schema";
See /packages/specs/schema/src/types/fn/any.ts.
function any(...types: AnyJsonSchema[]): JsonSchema;
Declare a model with any type (By default: integer, number, string, boolean, array, object, null)
integer
number
string
boolean
array
object
null
See JsonSchema to discover available methods.