diff --git a/index.d.ts b/index.d.ts index 36404a7..50ee456 100644 --- a/index.d.ts +++ b/index.d.ts @@ -373,7 +373,7 @@ declare namespace WAWebJS { export class LegacySessionAuth extends AuthStrategy { constructor(options?: { session?: ClientSession, - restartOnAuth?: boolean, + restartOnAuthFail?: boolean, }) }