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