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

    Type Alias GuideChannel

    type GuideChannel = {
        identifier: string;
        kind: string;
        logos: Logo[];
        name: string;
        ota: OTA;
    }
    Index

    Properties

    identifier: string
    kind: string
    logos: Logo[]
    name: string
    ota: OTA