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