Type alias LastMeasurement

LastMeasurement: {
    createdAt: RFC3339Date;
    value: string;
}

Type declaration

Generated using TypeDoc