Skip to content

ManyToMany

@tsed/objection

Usage

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

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

Overview

ts
function ManyToMany(type: ModelClassSpecifier, opts?: RelationshipOptsWithThrough): PropertyDecorator;

Released under the MIT License.