export interface IAppDeploymentProgressStepReason {
    code: string;
    message: string;
}
