mbus-backend
    Preparing search index...

    Type Alias Prediction

    Prediction: {
        prdctdn: string;
        prdtm: number;
        rt: string;
        stpid: string;
        vid: string;
    } & Record<string, any>

    Represents a bus prediction.

    Type Declaration

    • prdctdn: string

      minutes until arrival, or 'DUE' (corresponding to 1 minute)

    • prdtm: number

      timestamp of predicted arrival time, epoch milliseconds

    • rt: string

      route id

    • stpid: string

      stop id

    • vid: string

      vehicle id