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

    Variable listenToConst

    listenTo: {
        (
            target: any,
            events: any,
            options?: any,
        ): WAJS.ev.EventEmitter<
            BlocklistEventTypes & CallEventTypes & ChatEventTypes & ConfigEventTypes & ConnEventTypes & GroupEventTypes & OrderEventTypes & StatusEventTypes & WebpackEvents & {
                alfa: string;
                beta: (from: number, to: string) => void;
            },
        >;
        (
            target: any,
            events: any[],
            options?: any,
        ): WAJS.ev.EventEmitter<
            BlocklistEventTypes & CallEventTypes & ChatEventTypes & ConfigEventTypes & ConnEventTypes & GroupEventTypes & OrderEventTypes & StatusEventTypes & WebpackEvents & {
                alfa: string;
                beta: (from: number, to: string) => void;
            },
        >;
        (
            target: any,
            events: object,
            options?: any,
        ): WAJS.ev.EventEmitter<
            BlocklistEventTypes & CallEventTypes & ChatEventTypes & ConfigEventTypes & ConnEventTypes & GroupEventTypes & OrderEventTypes & StatusEventTypes & WebpackEvents & {
                alfa: string;
                beta: (from: number, to: string) => void;
            },
        >;
    }

    Type declaration