@arsedizioni/ars-utils 18.2.427 → 18.2.429

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -611,7 +611,7 @@ export interface ClipperDeadlineInfo {
611
611
  userId?: number | null;
612
612
  teamId?: string | null;
613
613
  teamName?: string | null;
614
- teams?: NameValueItem<string> | null;
614
+ teams?: NameValueItem<string>[] | null;
615
615
  description?: string | null;
616
616
  documentTitle?: string | null;
617
617
  documentId?: string | null;