bfg-common 1.3.259 → 1.3.261

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.
@@ -118,6 +118,7 @@ export interface UI_I_NetworkSummaryPortletListItem<
118
118
  value: T
119
119
  id: string
120
120
  initialValue: UI_I_OverrideValue<T>
121
+ testId?: string
121
122
  }
122
123
 
123
124
  export interface UI_I_NetworkInfo<T = string | number | boolean> {