Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { GenericValue } from "@tsed/specs/schema/src/domain/Generics";
See /packages/specs/schema/src/domain/Generics.ts.
type GenericValue = Type<any> | JsonSchema | String | Number | Boolean | Object | Date;