@jellyfin/sdk
    Preparing search index...

    Interface ExternalUrl

    ExternalUrl

    interface ExternalUrl {
        Name?: null | string;
        Url?: null | string;
    }
    Index

    Properties

    Properties

    Name?: null | string

    Gets or sets the name.

    ExternalUrl

    Url?: null | string

    Gets or sets the type of the item.

    ExternalUrl