mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +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
|
||||
*/
|
||||
export class LocalAuth extends AuthStrategy {
|
||||
public clientId?: string;
|
||||
public dataPath?: string;
|
||||
constructor(options?: {
|
||||
clientId?: string,
|
||||
dataPath?: string
|
||||
|
||||
Reference in New Issue
Block a user