shape
The accepted object properties, for an object validator only.
shape: Record<string, Builder | Schema<any>> | undefined;
Related
class Builder static
A class that represents a validation builder for an input value.
The accepted object properties, for an object validator only.
shape: Record<string, Builder | Schema<any>> | undefined;