# z.Hash.Hash

32-byte hash schema.

## Imports

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

z.Hash.Hash
```

## Definition

```ts
export const Hash = Hex32
```

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