gtfs-sqljs
    Preparing search index...

    Interface StopTimeUpdateFilters

    interface StopTimeUpdateFilters {
        limit?: number;
        stopId?: string | string[];
        stopSequence?: number | number[];
        tripId?: string | string[];
    }
    Index

    Properties

    limit?: number
    stopId?: string | string[]
    stopSequence?: number | number[]
    tripId?: string | string[]