@openfin/workspace 18.1.25 → 18.1.26

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.
@@ -1118,6 +1118,11 @@ export type AppSite = SiteInfo & {
1118
1118
  type: 'app' | 'website';
1119
1119
  url?: string;
1120
1120
  icon: string;
1121
+ options?: {
1122
+ icon?: {
1123
+ size?: 'standard' | 'large';
1124
+ };
1125
+ };
1121
1126
  customData?: unknown;
1122
1127
  };
1123
1128
  /**