@playlive/realtime-pipeline
    Preparing search index...

    Interface DemoScheduleItemMeta

    Metadata for the demo schedule fixture — a curated 20-block PLAY LIVE marathon lineup used by demo-mode overlays to preview the schedule module without a live Tiltify campaign.

    These are the stable per-block bits (id / name / hosts). The starts_at / ends_at timestamps are generated at query time by buildDemoSchedule so the schedule advances as the wall clock does.

    interface DemoScheduleItemMeta {
        hosts: string | null;
        id: string;
        name: string;
    }
    Index
    hosts: string | null
    id: string
    name: string