---
url: /api/third-parties/agenda/types/services/const-agenda-service.md
description: api documentation of AgendaService from @tsed/agenda
---

## Usage

```typescript
import { AgendaService } from "@tsed/agenda";
```

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

## Overview

```ts
const AgendaService: {
    readonly __type: "token_factory";
};

export type AgendaService = Agenda;
```

## readonly \_\_type

```ts
readonly __type: "token_factory";
```
