Introduction
Migration
Appearance
import { from } from "@tsed/schema";
See /packages/specs/schema/src/types/fn/from.ts.
function from(type?: Type<any>): JsonSchema;
Create a new model from the given type.
from(String)
See JsonSchema to discover available methods.