export type DeploymentStatsFilter = {
    timeSpanInSeconds: number;
    deploymentId: string;
};
