@wppconnect/wa-js - v3.17.0
    Preparing search index...

    Interface ConfigEventTypes

    interface ConfigEventTypes {
        "config.update": {
            config: Config;
            key: string | number | symbol;
            path: (string | number | symbol)[];
            target: any;
            value: any;
        };
    }
    Index

    Properties

    Properties

    "config.update": {
        config: Config;
        key: string | number | symbol;
        path: (string | number | symbol)[];
        target: any;
        value: any;
    }