FsHafas-JavaScript
    Preparing search index...

    Interface Journeys

    interface Journeys {
        earlierRef?: string;
        journeys?: readonly Journey[];
        laterRef?: string;
        realtimeDataUpdatedAt?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    earlierRef?: string
    journeys?: readonly Journey[]
    laterRef?: string
    realtimeDataUpdatedAt?: number