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

## Usage

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

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

## Overview

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