---
url: /api/orm/objection/types/domain/function-is-relationship-opts-with-through.md
description: api documentation of isRelationshipOptsWithThrough from @tsed/objection
---

## Usage

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

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

## Overview

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