/** * Config for RPM artifact details */ export interface RpmArtifactDetailConfig { metadata?: { [key: string]: any; }; }