schema.validationfunction.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > ValidationFunction

ValidationFunction type

Signature:

export type ValidationFunction = (values: unknown[]) => FieldError | undefined;

References: FieldError