Package version:

Interface ExtendedLocation

The extended location.

interface ExtendedLocation {
    name?: string;
    type?: string;
}

Properties

Properties

name?: string

The extended location name.

type?: string

The extended location type.