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