UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

12 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ApiResponse { constructor() { this.success = false; this.message = ''; this.result = undefined; this.request_id = undefined; } } exports.ApiResponse = ApiResponse; //# sourceMappingURL=ApiResponse.js.map