@jellyfin/sdk
    Preparing search index...

    Interface ForgotPasswordDto

    Forgot Password request body DTO.

    interface ForgotPasswordDto {
        EnteredUsername: string;
    }
    Index
    EnteredUsername: string

    Gets or sets the entered username to have its password reset.