<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [ValidationFunction](./schema.validationfunction.md)

## ValidationFunction type

<b>Signature:</b>

```typescript
export type ValidationFunction = (values: unknown[]) => FieldError | undefined;
```
<b>References:</b> [FieldError](./schema.fielderror.md)

