boolean
Coerces the input using
Boolean(); note that non-empty strings like"false"becometrue.
boolean: (error?: StringConvertible) => BooleanBuilder;
Related
Schema.build.coerce static
Validation builder methods that coerce the input value to the target type.
