UNPKG

@ln-markets/sdk

Version:
6 lines 244 B
import type { KyInstance } from 'ky'; import type { OptionsTrade } from './types.js'; export declare const createGetTrade: (instance: KyInstance) => (params: { id: string; }) => Promise<OptionsTrade>; //# sourceMappingURL=get-trade.d.ts.map