refactor(core): Remove roleId indirection (no-changelog) (#8413)
This commit is contained in:
committed by
GitHub
parent
1affebd85e
commit
d6deceacde
@@ -157,7 +157,7 @@ export async function submitPersonalizationSurvey(
|
||||
|
||||
export interface UpdateGlobalRolePayload {
|
||||
id: string;
|
||||
newRoleName: Exclude<IRole, 'default' | 'owner'>;
|
||||
newRoleName: Exclude<IRole, 'default' | 'global:owner'>;
|
||||
}
|
||||
|
||||
export async function updateGlobalRole(
|
||||
|
||||
Reference in New Issue
Block a user