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

    Type Alias ChannelScan<DateType>

    type ChannelScan<DateType = Date> = {
        completed: boolean;
        datetime: DateType;
        object_id: string;
        path: string;
        postal_code: string;
        preferred_audio_track: string;
        progress: number;
    }

    Type Parameters

    • DateType = Date
    Index

    Properties

    completed: boolean
    datetime: DateType
    object_id: string
    path: string
    postal_code: string
    preferred_audio_track: string
    progress: number