PreviewWithdrawParams

Represents the parameters for the "previewWithdraw" function.

type PreviewWithdrawParams = {
assets: AbiParameterToPrimitiveType<{
internalType: "uint256";
name: "assets";
type: "uint256";
}>;
};