export interface DeploymentConfig { manifestFilePaths: string[] helmChartFilePaths: string[] dockerfilePaths: any }