Represents the parameters for the transferFrom function.
transferFrom
type TransferFromParams = Prettify< WithOverrides< { from: Address; to: Address } & ( | { amount: number | string } | { amountWei: bigint } ) >>;