UpdateUserPasswordRequest: { password: string; userId: string }

Type declaration

  • password: string

    The new password.

  • userId: string

    ID of the user to update.