Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { SchemaIgnore } from "@tsed/mongoose";
See /packages/orm/mongoose/src/decorators/schemaIgnore.ts.
function SchemaIgnore(): Function;
Do not apply this property to schema (create virtual property)
@Model() @SchemaIgnore() @Property() kind: string;