UpdateUserUsernameRequest: { userId: string; username: string }

Type declaration

  • userId: string

    ID of the user to update.

  • username: string

    The new username.