function onAdsTxtUpdated(handler: function): void;
handler(event: AdsTxtUpdatedEnvelope): void | Promise<void>
import { adsTxt } from "@wix/marketing"; adsTxt.onAdsTxtUpdated((event) => { // handle your event here });