UNPKG

soulswap-rubik-sdk

Version:
4 lines (3 loc) 253 B
import { InstantTradeProvider } from '@features/instant-trades/instant-trade-provider'; import { TradeType } from '@features/instant-trades/models/trade-type'; export declare type TypedTradeProviders = Readonly<Record<TradeType, InstantTradeProvider>>;