Package version:

ExtendedLocation details data.

interface A2AExtendedLocationDetails {
    primaryExtendedLocation?: ExtendedLocation;
    recoveryExtendedLocation?: ExtendedLocation;
}

Properties

primaryExtendedLocation?: ExtendedLocation

The primary ExtendedLocation.

recoveryExtendedLocation?: ExtendedLocation

The recovery ExtendedLocation.