fix: Fix user reinvites on FE and BE (#8261)

This commit is contained in:
Iván Ovejero
2024-01-09 13:52:34 +01:00
committed by GitHub
parent b1c1372bc2
commit 0dabe5c74e
7 changed files with 50 additions and 13 deletions

View File

@@ -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;