Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias ExternalIds

    type ExternalIds = {
        facebookId?: string | null;
        freebaseId?: string | null;
        freebaseMid?: string | null;
        imdbId?: string | null;
        instagramId?: string | null;
        tvdbId?: number | null;
        tvrageId?: number | null;
        twitterId?: string | null;
    }
    Index

    Properties

    facebookId?: string | null
    freebaseId?: string | null
    freebaseMid?: string | null
    imdbId?: string | null
    instagramId?: string | null
    tvdbId?: number | null
    tvrageId?: number | null
    twitterId?: string | null