Skip to content

RelatesTo

@tsed/objection

Usage

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

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

Overview

ts
function RelatesTo(relation: RelationType, opts?: RelationshipOpts): PropertyDecorator;

Released under the MIT License.