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

## Usage

```typescript
import { PulseService } from "@tsed/pulse";
```

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

## Overview

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

export type PulseService = Pulse;
```

## readonly \_\_type

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