@open-wa/wa-automate-types-only 4.27.4 → 4.27.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -737,6 +737,10 @@ export interface ConfigObject {
|
|
737
737
|
* Automatically kill the process after a set amount of qr codes
|
738
738
|
*/
|
739
739
|
qrMax?: number;
|
740
|
+
/**
|
741
|
+
* Expose a URL where you can easily scan the qr code
|
742
|
+
*/
|
743
|
+
ezqr?: boolean;
|
740
744
|
/**@internal */
|
741
745
|
[x: string]: any;
|
742
746
|
}
|