@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Variable removeAllListenersConst

    removeAllListeners: <
        Name extends
            | "config.update"
            | "blocklist.sync"
            | "call.incoming_call"
            | keyof ChatEventTypes
            | keyof ConnEventTypes
            | "group.participant_changed"
            | "order.payment_status"
            | "status.sync"
            | keyof WebpackEvents
            | "alfa"
            | "beta",
    >(
        event?: Name,
    ) => WAJS.ev.EventEmitter<
        BlocklistEventTypes & CallEventTypes & ChatEventTypes & ConfigEventTypes & ConnEventTypes & GroupEventTypes & OrderEventTypes & StatusEventTypes & WebpackEvents & {
            alfa: string;
            beta: (from: number, to: string) => void;
        },
    >

    Type declaration