PreviewRedeemParams

Represents the parameters for the "previewRedeem" function.

type PreviewRedeemParams = {
shares: AbiParameterToPrimitiveType<{
internalType: "uint256";
name: "shares";
type: "uint256";
}>;
};