raptor
    Preparing search index...

    Interface IRAPTORData<TimeVal, SI, RI, TI>

    interface IRAPTORData<
        TimeVal,
        SI extends Id = Id,
        RI extends Id = Id,
        TI extends Id = Id,
    > {
        attachData: (...args: never[]) => void;
        routes: MapRead<RI, Route<TimeVal, SI, RI, TI>>;
        stops: MapRead<SI, Stop<SI, RI>>;
        timeType: Time<TimeVal>;
    }

    Type Parameters

    • TimeVal
    • SI extends Id = Id
    • RI extends Id = Id
    • TI extends Id = Id

    Implemented by

    Index

    Properties

    attachData: (...args: never[]) => void
    routes: MapRead<RI, Route<TimeVal, SI, RI, TI>>
    stops: MapRead<SI, Stop<SI, RI>>
    timeType: Time<TimeVal>