@squawk
    Preparing search index...

    Interface DirectRouteElement

    A DCT (direct) indicator between two waypoints.

    interface DirectRouteElement {
        raw: string;
        type: "direct";
    }
    Index

    Properties

    Properties

    raw: string

    Raw token from the route string ("DCT").

    type: "direct"

    Discriminant for direct elements.