zibri
    Preparing search index...

    Type Alias EventSubscriptionInterface

    The result of subscribing to an event.

    type EventSubscriptionInterface = {
        unsubscribe: () => void;
    }

    Implemented by

    Index

    Properties

    Properties

    unsubscribe: () => void

    Unsubscribes from the event.