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

Properties

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

Generated using TypeDoc