/** * Config for generic artifact details */ export interface GenericArtifactDetailConfig { description?: string; }