Interface: ValidatorOptions
Defined in: projects/shapeshift/src/lib/util-types.ts:13
Additional options to pass to the validator. Right now this only supports a custom error message, but we provide an option for future expansion.
Properties
message?
optional
message:string
Defined in: projects/shapeshift/src/lib/util-types.ts:17
The custom message to throw when this validation fails.