MeasureData

type MeasureData = {
id: string;
data: unknown;
removed: boolean;
};

Cache.file data type stored in persistence layer.