UNPKG

baasic-sdk-nodejs

Version:

NodeJS SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

6 lines (5 loc) 252 B
import { IHttpResponse } from '../../../../infrastructure/common/contracts'; export interface INotificationsSettingsClient { get(provider: string): PromiseLike<IHttpResponse<any>>; update(data: Object): PromiseLike<IHttpResponse<void>>; }