export interface IAppDeploymentEnv { key: string; value: string; scope: string; type: string; }