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