# z.tempo.TxEnvelopeTempo.Type

Tempo transaction envelope type schema.

## Imports

```ts
import { z } from 'ox/zod'

z.tempo.TxEnvelopeTempo.Type
```

## Definition

```ts
export const Type = z.literal('tempo')
```

**Source:** [src/zod/tempo/TxEnvelopeTempo.ts](https://github.com/wevm/ox/blob/main/src/zod/tempo/TxEnvelopeTempo.ts)
