@jellyfin/sdk
    Preparing search index...

    Interface PinRedeemResult

    PinRedeemResult

    interface PinRedeemResult {
        Success?: boolean;
        UsersReset?: string[];
    }
    Index

    Properties

    Success?: boolean

    Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success.

    PinRedeemResult

    UsersReset?: string[]

    Gets or sets the users reset.

    PinRedeemResult