gtfs-sqljs
    Preparing search index...

    Interface AlertFilters

    interface AlertFilters {
        activeOnly?: boolean;
        alertId?: string;
        cause?: AlertCause;
        effect?: AlertEffect;
        limit?: number;
        routeId?: string;
        stopId?: string;
        tripId?: string;
    }
    Index

    Properties

    activeOnly?: boolean
    alertId?: string
    cause?: AlertCause
    effect?: AlertEffect
    limit?: number
    routeId?: string
    stopId?: string
    tripId?: string