---
url: /api/third-parties/pulse/types/interfaces/type-every-options.md
description: api documentation of EveryOptions from @tsed/pulse
---

## Usage

```typescript
import { EveryOptions } from "@tsed/third-parties/pulse/src/interfaces/PulseStore";
```

> See [/packages/third-parties/pulse/src/interfaces/PulseStore.ts](https://github.com/tsedio/tsed/blob/v8.38.7/packages/third-parties/pulse/src/interfaces/PulseStore.ts#L0-L0).

## Overview

```ts
type EveryOptions = JobOptions & DefineOptions;
```
