Skip to content

BelongsToOne

@tsed/objection

Usage

typescript
import { BelongsToOne } from "@tsed/objection";

See /packages/orm/objection/src/types/decorators/belongsToOne.ts.

Overview

ts
function BelongsToOne(opts?: RelationshipOptsWithoutThrough): PropertyDecorator;

Released under the MIT License.