# z.tempo.ZoneRpcAuthentication.Version

Zone RPC authentication version schema.

## Imports

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

z.tempo.ZoneRpcAuthentication.Version
```

## Definition

```ts
export const Version = z.literal(0)
```

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