feat(editor): Update suggested workflows experiment (no-changelog) (#17701)

This commit is contained in:
Romeo Balta
2025-07-28 09:45:58 +01:00
committed by GitHub
parent 980878398e
commit 2043c6da53
10 changed files with 228 additions and 182 deletions

View File

@@ -31,7 +31,7 @@ export declare namespace Cloud {
email: string;
hasEarlyAccess?: boolean;
role?: string;
selectedApps?: string;
selectedApps?: string[];
information?: {
[key: string]: string | string[];
};