@gibme/tablo.tv
    Preparing search index...

    Type Alias Channel

    type Channel = {
        call_sign: string;
        call_sign_src: string;
        channel_identifier: string;
        favourite: boolean;
        flags: string[];
        logos: Logo[];
        major: number;
        minor: number;
        name: string;
        network: string;
        resolution: string;
        source: string;
        tms_affiliate_id: string;
        tms_station_id: string;
    }
    Index

    Properties

    call_sign: string
    call_sign_src: string
    channel_identifier: string
    favourite: boolean
    flags: string[]
    logos: Logo[]
    major: number
    minor: number
    name: string
    network: string
    resolution: string
    source: string
    tms_affiliate_id: string
    tms_station_id: string