UNPKG

baasic-sdk-javascript

Version:

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

9 lines (8 loc) 166 B
export interface IResponse { details: string; error: any; errorCode: number; message: string; response: Object; statusCode: string; }