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