mbus-backend
    Preparing search index...

    Type Alias PostThreshold

    Waiting for the bus indicated by vid to be at the stop indicated by stpid. Logic for what notification to send is complicated by arrival times sometimes skipping DUE, see ReminderSubscriptons.process for details.

    type PostThreshold = {
        event: BaseEvent;
        stage: 1;
        vid: string;
        vidPredPrev: number | null;
    }
    Index
    event: BaseEvent
    stage: 1
    vid: string
    vidPredPrev: number | null