/** * Config for maven artifact details */ export interface MavenArtifactDetailConfig { artifactId?: string; groupId?: string; }