raptor
    Preparing search index...

    Type Alias Journey<TimeVal, SI, RI, V, CA>

    Journey: JourneyStep<
        TimeVal,
        SI,
        RI,
        V,
        CA,
        "DEPARTURE"
        | "VEHICLE"
        | "FOOT",
        true,
    >[]

    Type Parameters

    • TimeVal
    • SI extends Id
    • RI extends Id
    • V extends Ordered<V>
    • CA extends [V, string][]