Type alias GetDataResult

GetDataResult: {
    createdAt: RFC3339Date;
    isOutlier?: boolean;
    location: Coordinates;
    value: string;
}[]

Type declaration

Generated using TypeDoc