UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

11 lines (8 loc) 242 B
import { JsonObject, JsonProperty } from 'json2typescript'; @JsonObject export class SystemInfo { @JsonProperty('phase', String) public Phase: string = undefined; @JsonProperty('revision', String) public Revision: string = undefined; }