UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

7 lines (6 loc) 207 B
import { Observable } from 'rxjs'; import * as Model from '../Model'; export interface ISystem { getSystemTime(): Observable<Model.SystemTime>; getSystemInfo(): Observable<Model.SystemInfo>; }