ValidatorWithMessage

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

Parameters

ParameterType
xunknown

Returns

true | string