Type Alias XtreamEPGListing

XtreamEPGListing: {
    id: string;
    epg_id: string;
    title: string;
    lang: string;
    start: string;
    end: string;
    description: string;
    channel_id: string;
    start_timestamp: string;
    stop_timestamp: string;
    stop: string;
}

Xtream EPG listing information

This type represents a single EPG listing for a channel

Type declaration

  • id: string

    The unique identifier for the listing

  • epg_id: string

    The EPG ID of the listing

  • title: string

    The title of the listing

  • lang: string

    The language of the listing

  • start: string

    The start time of the listing

  • end: string

    The end time of the listing

  • description: string

    The description of the listing

  • channel_id: string

    The channel ID of the listing

  • start_timestamp: string

    The start timestamp of the listing

  • stop_timestamp: string

    The stop timestamp of the listing

  • stop: string

    The stop time of the listing