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;