/** * Response model of environment release details */ export interface ReleaseEnvDetails { connector_ref?: string; env_id?: string; env_name?: string; infra_id?: string; infra_name?: string; infrastructure_kind?: string; org?: string; project?: string; }