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