---
url: /api/third-parties/temporal/types/services/const-temporal-client.md
description: api documentation of TemporalClient from @tsed/temporal
---

## Usage

```typescript
import { TemporalClient } from "@tsed/temporal";
```

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

## Overview

```ts
const TemporalClient: typeof Client;
export type TemporalClient = Client;
```
