source https://developers.meta.com/horizon-worlds/reference/2.0.0/core_eventsubscription EventSubscription Interface Represents what is returned from subscribing to an event. Signature export interface EventSubscription Properties disconnect Disconnect from an event listener so that you no longer receive events. Signature disconnect: () => void;