dfh-ui-library 1.13.144 → 1.13.145

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.
@@ -106,7 +106,7 @@ export interface AccountPopoverMenuItem {
106
106
  }
107
107
  export interface Environment {
108
108
  environment: string;
109
- tag?: string;
109
+ tags?: string[];
110
110
  version?: string;
111
111
  id: string;
112
112
  }