Home > validator > yup > mixed
Signature:
export declare function mixed<T = any>(payload?: (schema: MixedSchema<T>) => MixedSchema<T>): MixedSchema<T>;
| Parameter | Type | Description |
|---|---|---|
| payload | (schema: MixedSchema<T>) => MixedSchema<T> | (Optional) |
Returns:
MixedSchema<T>