Type alias GetLatestMeasurement
GetLatestMeasurement: { _id: OpenSenseMapID; icon?: string; lastMeasurement?: { createdAt: RFC3339Date; value: string; }; sensorType: string; title: string; unit: string; } Type declaration
Optional
icon?: string
Optional
lastMeasurement?: {
createdAt: RFC3339Date;
value: string;
}
sensorType: string
title: string
unit: string