export interface AttachLabelsRequest { items: { key: string; value: string; }[]; }