IntervalData

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

Interval.file data type stored in persistence layer.