Type Alias UpdateUserData

UpdateUserData: {
    requestBody: EditWorkspaceUser;
    username: string;
    workspace: string;
}

Type declaration