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) 235 B
import { IHttpResponse } from '../../../../infrastructure/common/contracts'; export interface IInvoiceStreamsClient { get(data: any): PromiseLike<IHttpResponse<any>>; getBlob(data: any): PromiseLike<IHttpResponse<any>>; }