UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

7 lines (6 loc) 173 B
import { LogTypeValue } from '../Enum'; export declare class CobinhoodRxSettings { token?: string; logType?: LogTypeValue; logWriter?: (...args) => any; }