Skip to main content

WorkspaceUpdateUserArgs

type WorkspaceUpdateUserArgs = {
role: WorkspaceRole;
userEmail: string;
workspaceId: string;
};

Properties

role

role: WorkspaceRole;

userEmail

userEmail: string;

workspaceId

workspaceId: string;