export interface IAppDeploymentService {
    name: string;
    source_commit_hash: string;
}
