UNPKG

@ln-markets/sdk

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