---
meta:
 - name: keywords
   description: api typescript node.js documentation isRelationshipOptsWithThrough function
---
# isRelationshipOptsWithThrough - @tsed/objection

## Usage

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

> See [/packages/orm/objection/src/domain/RelationshipOpts.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/orm/objection/src/domain/RelationshipOpts.ts#L0-L0).

## Overview

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