feat(web): add user edit/invite dialogs and workspace member management (MS21-UI-002, MS21-UI-004) (#592)
Co-authored-by: Jason Woltje <[email protected]> Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
@@ -53,6 +53,7 @@ export interface InvitationResponse {
|
||||
|
||||
export interface UpdateUserDto {
|
||||
name?: string;
|
||||
email?: string;
|
||||
deactivatedAt?: string | null;
|
||||
emailVerified?: boolean;
|
||||
preferences?: Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user