# z.Hex.Hex12

12-byte hex string schema.

## Imports

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

z.Hex.Hex12
```

## Definition

```ts
export const Hex12 = sizedHex(12)
```

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