UNPKG

@ln-markets/sdk

Version:
6 lines 260 B
import type { KyInstance } from 'ky'; import type { OptionsTradeClosed } from './types.js'; export declare const createCloseTrade: (instance: KyInstance) => (searchParams: { id: string; }) => Promise<OptionsTradeClosed>; //# sourceMappingURL=close.d.ts.map