UNPKG

@tsed/schema

Version:
10 lines (9 loc) 280 B
import { from } from "./from.js"; /** * Declare a model with any type (By default: `integer`, `number`, `string`, `boolean`, `array`, `object`, `null`) * * See @@JsonSchema@@ to discover available methods. */ export function any(...types) { return from().any(...types); }