Triggered when a location is archived.
function onLocationArchiveStatus(handler: function): void;
handler(event: LocationArchiveStatusEnvelope): void | Promise<void>
import { locations } from "@wix/business-tools";
locations.onLocationArchiveStatus((event) => {
// handle your event here
});