UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

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