# z.tempo.AuthorizationTempo.TupleList

AA authorization tuple list schema.

## Imports

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

z.tempo.AuthorizationTempo.TupleList
```

## Definition

```ts
export const TupleList = z.readonly(z.array(Tuple))
```

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