feat: Fetch user cloud role and pass it on in website links (#8942)

This commit is contained in:
Milorad FIlipović
2024-03-22 11:33:39 +01:00
committed by GitHub
parent 69363e461b
commit 666867a236
8 changed files with 88 additions and 15 deletions

View File

@@ -1758,6 +1758,7 @@ export declare namespace Cloud {
username: string;
email: string;
hasEarlyAccess?: boolean;
role?: string;
};
}