/** * Config for Helm HTTP artifact details */ export interface HelmHttpArtifactDetailConfig { metadata?: { [key: string]: any; }; }