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