interface ExternalDatapoint {
    timestamp: Timestamp;
    value: string | number;
}

Properties

Properties

timestamp: Timestamp
value: string | number