Skip to content

HasMany

@tsed/objection

Usage

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

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

Overview

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

Released under the MIT License.