# Mac64Action

> This document is the Markdown version of [valibot.dev/api/Mac64Action/](https://valibot.dev/api/Mac64Action/). For the complete documentation index, see [llms.txt](https://valibot.dev/llms.txt).

64-bit MAC action interface.

## Generics

- `TInput` `extends string`
- `TMessage` `extends ErrorMessage<Mac64Issue<TInput>> | undefined`

## Definition

- `Mac64Action` `extends BaseValidation<TInput, TInput, Mac64Issue<TInput>>`
  - `type` `'mac64'`
  - `reference` `typeof mac64`
  - `expects` `null`
  - `requirement` `RegExp`
  - `message` `TMessage`
