Interface: ValidatorOptions
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
The custom message to throw when this validation fails.
Defined in
projects/shapeshift/src/lib/util-types.ts:17