interface StringDatapoint {
    timestamp: Date;
    value: string;
}

Hierarchy (view full)

Properties

Properties

timestamp: Date
value: string