fix(typings): LegacySessionAuth restartOnAuthFail

This commit is contained in:
Pedro Lopez
2022-03-06 01:35:58 -04:00
parent b96607338a
commit 9ab9c48f7b

2
index.d.ts vendored
View File

@@ -373,7 +373,7 @@ declare namespace WAWebJS {
export class LegacySessionAuth extends AuthStrategy {
constructor(options?: {
session?: ClientSession,
restartOnAuth?: boolean,
restartOnAuthFail?: boolean,
})
}