ObjectConstraint<T>
ObjectConstraint<
T> =Schema<{ [K in keyof T]: Infer<T[K]> }> &ObjectExtension<T> &object
Object schema with constraint methods.
Type Declarationโ
entries: Tโ
Type Parametersโ
T: T extends Record<string, GenericSchema> = Record<string, GenericSchema>โ
The object entries type
Sinceโ
2.0.0