Type Alias DecreaseLiquidityInput

DecreaseLiquidityInput: {
    liquidityAmount: BN;
    tokenMinA: BN;
    tokenMinB: BN;
}