mbus-backend
    Preparing search index...

    Interface Leg

    Abstract representation of a connection between two stops.

    interface Leg {
        destination: string;
        origin: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    destination: string
    origin: string