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