gtfs-sqljs
    Preparing search index...

    Interface RealtimeConfig

    interface RealtimeConfig {
        feedUrls?: string[];
        stalenessThreshold?: number;
    }
    Index

    Properties

    feedUrls?: string[]
    stalenessThreshold?: number