Skip to content

isRelationshipOptsWithThrough

@tsed/objection

Usage

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

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

Overview

ts
const isRelationshipOptsWithThrough: (opts?: RelationshipOpts) => opts is RelationshipOptsWithThrough;

Released under the MIT License.