Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
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.