/** * Config for CRAN artifact details. */ export interface CranArtifactDetailConfig { metadata?: { [key: string]: any; }; }