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

## Usage

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

> 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
type RelationshipOptsWithoutThrough = Omit<RelationshipOptsWithThrough, "through">;
```
