Introduction
Migration
Appearance
import { HasOne } from "@tsed/objection";
See /packages/orm/objection/src/types/decorators/hasOne.ts.
function HasOne(opts?: RelationshipOptsWithoutThrough): PropertyDecorator;