mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +00:00
add typings for LocalAuth attributes (#1262)
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -358,6 +358,8 @@ declare namespace WAWebJS {
|
|||||||
* Local directory-based authentication
|
* Local directory-based authentication
|
||||||
*/
|
*/
|
||||||
export class LocalAuth extends AuthStrategy {
|
export class LocalAuth extends AuthStrategy {
|
||||||
|
public clientId?: string;
|
||||||
|
public dataPath?: string;
|
||||||
constructor(options?: {
|
constructor(options?: {
|
||||||
clientId?: string,
|
clientId?: string,
|
||||||
dataPath?: string
|
dataPath?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user