This event represents unavailability of a location

interface LocationRemoved {
    _type: "LocationRemoved";
    connection: Connection;
}

Properties

Properties

_type: "LocationRemoved"
connection: Connection