export interface Kinesis {
    metric: "kinesis";
    label: string;
    probability: number;
    timestamp: number;
}
