Workspaces refactor #86

Merged
norm merged 189 commits from refactor/workspaces into main 2022-08-28 14:46:45 +00:00
Showing only changes of commit 227e603194 - Show all commits

View file

@ -2423,6 +2423,14 @@ type UserLite = {
name: string; name: string;
url: string; url: string;
}[]; }[];
instance?: {
name: Instance['name'];
softwareName: Instance['softwareName'];
softwareVersion: Instance['softwareVersion'];
iconUrl: Instance['iconUrl'];
faviconUrl: Instance['faviconUrl'];
themeColor: Instance['themeColor'];
};
}; };
// @public (undocumented) // @public (undocumented)