mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Fix user reinvites on FE and BE (#8261)
This commit is contained in:
@@ -687,6 +687,8 @@ export type IPersonalizationSurveyVersions =
|
||||
|
||||
export type IRole = 'default' | 'owner' | 'member' | 'admin';
|
||||
|
||||
export type InvitableRoleName = 'member' | 'admin';
|
||||
|
||||
export interface IUserResponse {
|
||||
id: string;
|
||||
firstName?: string;
|
||||
|
||||
Reference in New Issue
Block a user