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