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