Skip to content

HasOneThroughRelation

@tsed/objection

Usage

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

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

Overview

ts
function HasOneThroughRelation(opts?: RelationshipOptsWithThrough): PropertyDecorator;

Released under the MIT License.