Skip to content

RelationshipOptsWithThrough

@tsed/objection

Usage

typescript
import { RelationshipOptsWithThrough } from "@tsed/orm/objection/src/types/domain/RelationshipOpts";

See /packages/orm/objection/src/types/domain/RelationshipOpts.ts.

Overview

ts
type RelationshipOptsWithThrough = Partial<RelationJoin> & Omit<RelationMapping<any>, "relation" | "join" | "modelClass">;

Released under the MIT License.