@arsedizioni/ars-utils 18.2.396 → 18.2.397

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.
@@ -528,7 +528,7 @@ export declare class ClipperDashboard {
528
528
  getUnreadItems(module: ClipperModule): number;
529
529
  }
530
530
  export declare class ClipperTeamMemberInfo {
531
- id?: number | null;
531
+ id: number;
532
532
  teamId?: string | null;
533
533
  name?: string | null;
534
534
  email?: string | null;