---
meta:
 - name: keywords
   description: api typescript node.js documentation JobDispatcherOptions interface
---
# JobDispatcherOptions - @tsed/bullmq

## Usage

```typescript
import { JobDispatcherOptions } from "@tsed/bullmq";
```

> See [/packages/third-parties/bullmq/src/dispatchers/JobDispatcherOptions.ts](https://github.com/tsedio/tsed/blob/v8.26.2/packages/third-parties/bullmq/src/dispatchers/JobDispatcherOptions.ts#L0-L0).

## Overview

```ts
interface JobDispatcherOptions {
    queue: string;
    name: string;
}
```

<!-- Members -->

## queue

```ts
queue: string;
```

## name

```ts
name: string;
```
