UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

8 lines (6 loc) 173 B
import { JsonObject, JsonProperty } from 'json2typescript'; @JsonObject export class SystemTime { @JsonProperty('time', Number, false) public Time: number = undefined; }