UNPKG

@ln-markets/sdk

Version:
6 lines 259 B
import type { KyInstance } from 'ky'; export declare const createNotificationsRouter: (instance: KyInstance) => { getAll: () => Promise<import("./types.js").Notification[]>; markAllAsRead: () => Promise<unknown>; }; //# sourceMappingURL=index.d.ts.map