Documentation

Schema.buildproperty

Schema​.build​.any

Creates a validation builder that accepts any value type.

any: () => Builder<any>;

Related