swap types
This type-only entrypoint exports the swap-strategy model types used by the trade helpers.
Exports
NoSwapStrategyExternalSwapStrategyInternalSwapStrategySwapStrategyForIncreaseOrdersSwapStrategyForSwapOrders
Both strategy unions contain only the no-swap, external-swap, and internal-swap variants.
import type { SwapStrategyForIncreaseOrders, SwapStrategyForSwapOrders } from "@gmx-io/sdk/types/swap";