UNPKG

@ln-markets/sdk

Version:
4 lines 237 B
import type { KyInstance } from 'ky'; import type { OptionsTradeClosed } from './types.js'; export declare const createCloseAllTrades: (instance: KyInstance) => () => Promise<OptionsTradeClosed[]>; //# sourceMappingURL=close-all.d.ts.map