Type alias PostNewMeasurementsParamData

PostNewMeasurementsParamData: {
    createdAt?: RFC3339Date | Date;
    location?: Location;
    sensor: OpenSenseMapID;
    value: string | number;
}[]

Type declaration

Generated using TypeDoc