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

## Usage

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

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

## Overview

```ts
type RelationshipOpts = (RelationshipOptsWithThrough | RelationshipOptsWithoutThrough) & {
    type?: ModelClassSpecifier;
};
```

<!-- Members -->

## type

```ts
type?: ModelClassSpecifier;
```
