UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

6 lines (5 loc) 233 B
import type { RestFetcher } from '../../rest.js'; export declare const createNotificationsRouter: (request: RestFetcher) => { getAll: () => Promise<import("./types.js").Notification[]>; markAllAsRead: () => Promise<void>; };