FsHafas-JavaScript
    Preparing search index...

    Interface Event

    interface Event {
        end?: string;
        fromLocation?: Location | Station | Stop;
        sections?: string[];
        start?: string;
        toLocation?: Location | Station | Stop;
    }
    Index

    Properties

    end?: string
    fromLocation?: Location | Station | Stop
    sections?: string[]
    start?: string
    toLocation?: Location | Station | Stop