UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

11 lines 337 B
export const createMarkAllAsRead = (request) => { /** * @see https://docs.lnmarkets.com/api/operations/notificationsmarkallnotificationsasread */ return async () => request({ method: 'DELETE', path: '/notifications/all', requireAuth: true, }); }; //# sourceMappingURL=mark-all-as-read.js.map