UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

9 lines (8 loc) 213 B
import { ApiResponseError } from './ApiResponseError'; export declare class ApiResponse { success: boolean; message: string; result: any; error: ApiResponseError; request_id: string; }