Skip to main content

swap types

This type-only entrypoint exports the swap-strategy model types used by the trade helpers.

Exports

  • NoSwapStrategy
  • ExternalSwapStrategy
  • InternalSwapStrategy
  • SwapStrategyForIncreaseOrders
  • SwapStrategyForSwapOrders

Both strategy unions contain only the no-swap, external-swap, and internal-swap variants.

import type { SwapStrategyForIncreaseOrders, SwapStrategyForSwapOrders } from "@gmx-io/sdk/types/swap";