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

## Usage

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

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

## Overview

```ts
const TemporalConnection: typeof Connection;
export type TemporalConnection = Connection;
```
