type Schema.Builders
The type of the Schema.build object, passed to the initializer function.
type Builders = typeof build;
Related
class Schema
A class that represents a validation schema for input values, objects, and arrays.
The type of the Schema.build object, passed to the initializer function.
type Builders = typeof build;