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;