Signal K
    Preparing search index...

    The intended destination of this trip

    interface Destination {
        commonName?: StringValue;
        eta?: DatetimeValue;
        waypoint?: StringValue;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    commonName?: StringValue
    waypoint?: StringValue