Represents the parameters for the approve function.
approve
type ApproveParams = Prettify< { spender: Address } & ( | { amount: number | string } | { amountWei: bigint } )>;