UNPKG

@ln-markets/sdk

Version:
5 lines 234 B
import type { KyInstance } from 'ky'; type ReadNotifications = () => Promise<void>; export declare const createReadNotifications: (instance: KyInstance) => ReadNotifications; export {}; //# sourceMappingURL=read-notifications.d.ts.map