/** * DeploymentStats */ export interface DeploymentStats { PreProduction: number; Production: number; }