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) 244 B
import { IGetRequestOptions, IHttpResponse } from '../../../../infrastructure/common/contracts'; import { ILookup } from '../'; export interface ILookupClient { get(options?: IGetRequestOptions): PromiseLike<IHttpResponse<ILookup>>; }