add typings for LocalAuth attributes (#1262)

This commit is contained in:
Filipe
2022-03-01 00:00:21 -03:00
committed by GitHub
parent fc205ff530
commit cc78e9863d

2
index.d.ts vendored
View File

@@ -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