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