ValidatorWithMessage

type ValidatorWithMessage: (x) => true | string;

Parameters

x: unknown

Returns

true | string