UNPKG

splitwise

Version:

A TypeScript SDK for the Splitwise API.

7 lines 368 B
import type { RequestOverrides } from '../http.js'; import type { Notification, NotificationListParams } from '../types.js'; import { BaseResource } from './base.js'; export declare class Notifications extends BaseResource { list(params?: NotificationListParams, overrides?: RequestOverrides): Promise<Notification[]>; } //# sourceMappingURL=notifications.d.ts.map