UNPKG

@swiv-sdk/perpetual-swap-sdk

Version:
3 lines (2 loc) 109 B
export type OrderType = 'market' | 'limit' | 'stopLoss' | 'takeProfit'; export type Side = 'long' | 'short';