HasOneThroughRelation
@tsed/objection
Usage
typescript
import { HasOneThroughRelation } from "@tsed/objection";See /packages/orm/objection/src/decorators/hasOneThroughRelation.ts.
Overview
ts
function HasOneThroughRelation(opts?: RelationshipOptsWithThrough): PropertyDecorator;