Type alias UpdateUserRequest

UpdateUserRequest: {
    body: UpdateUserInput;
    userId: EntityId;
}

Type declaration

Generated using TypeDoc