Type Alias ApproveAllowanceParams

ApproveAllowanceParams: ProductIdOrTokenAddress & {
    amount: BigNumberish;
}