export interface Calm {
    metric: "awareness";
    label: "calm";
    probability: number;
    timestamp: number;
}
