Schema.build.any
Creates a validation builder that accepts any value type.
any: () => Builder<any>;
Related
Schema.build static
An object containing functions that create Builder instances for specific types.
Creates a validation builder that accepts any value type.
any: () => Builder<any>;