Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { RelatesTo } from "@tsed/objection";
See /packages/orm/objection/src/decorators/relatesTo.ts.
function RelatesTo(relation: RelationType, opts?: RelationshipOpts): PropertyDecorator;