UNPKG

moip-sdk-node-ts

Version:
9 lines (8 loc) 321 B
import * as types from './notification-types'; declare const _default: { getOne: (_id: string) => Promise<any>; getAll: () => Promise<any>; create: (preferences: types.NotificationPreferences, appId?: string | undefined) => Promise<any>; remove: (_id: string) => Promise<any>; }; export default _default;