UNPKG

@ln-markets/sdk

Version:
8 lines 330 B
import type { KyInstance } from 'ky'; import type { FuturesOpenOrRunningTrade } from './types.js'; export declare const createUpdateTrade: (instance: KyInstance) => (body: { id: string; type: "stoploss" | "takeprofit"; value: number; }) => Promise<FuturesOpenOrRunningTrade>; //# sourceMappingURL=update-trade.d.ts.map