export interface AttachArtifactReferencesRequest { items: { name: string; value: string; }[]; }