UNPKG

@ln-markets/sdk

Version:
4 lines 250 B
import type { KyInstance } from 'ky'; import type { OptionsMarketDetails } from './types.js'; export declare const createGetMarketDetails: (instance: KyInstance) => () => Promise<OptionsMarketDetails>; //# sourceMappingURL=get-market-details.d.ts.map