/** * Config for helm artifact details */ export interface HelmArtifactDetailConfig { pullCommand?: string; }