export interface DeploymentDetails { nonProdDeployment: number; prodDeployment: number; totalDeployment: number; }