Home > validator > yup > ObjectSchema
Signature:
export interface ObjectSchema<T extends {} = {}> extends MixedSchema<T>
Extends: MixedSchema<T>