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