Skip to content

RelationshipOptsWithoutThrough

@tsed/objection

Usage

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

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

Overview

ts
type RelationshipOptsWithoutThrough = Omit<RelationshipOptsWithThrough, "through">;

Released under the MIT License.