@jellyfin/sdk
    Preparing search index...

    Interface EndPointInfo

    EndPointInfo

    interface EndPointInfo {
        IsInNetwork?: boolean;
        IsLocal?: boolean;
    }
    Index

    Properties

    IsInNetwork?: boolean

    EndPointInfo

    IsLocal?: boolean

    EndPointInfo