export type UnixTimestamp = number; export class Reading { timestamp: UnixTimestamp; value: string; }