UNPKG

@ln-markets/sdk

Version:
8 lines 242 B
import type { KyInstance } from 'ky'; export interface TimeOutput { time: string; } type Time = () => Promise<TimeOutput>; export declare const createTimeRoute: (instance: KyInstance) => Time; export {}; //# sourceMappingURL=time.d.ts.map