interface StringDatapoint {
    status?: DatapointStatus;
    timestamp: Date;
    value: string;
}

Hierarchy (view full)

Properties

timestamp: Date
value: string