Package version:

The complex type of the extended location.

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

Properties

Properties

name?: string

The name of the extended location.

type?: string

The type of the extended location.