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

    Type Alias Airing<DateType>

    type Airing<DateType = Date> = {
        channel: Tablo.Channel;
        duration: number;
        end_time: DateType;
        episode: Episode<DateType>;
        show_title: string;
        start_time: DateType;
    }

    Type Parameters

    • DateType = Date
    Index

    Properties

    channel: Tablo.Channel
    duration: number
    end_time: DateType
    episode: Episode<DateType>
    show_title: string
    start_time: DateType