diff --git a/typings/index.d.ts b/typings/index.d.ts index 3bafed234..d9fe5e7a2 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -489,6 +489,9 @@ declare const Background: CodeceptJS.IHook; declare const Before: CodeceptJS.IHook; declare const After: CodeceptJS.IHook; +// Plugins +declare const __: any + interface Window { codeceptjs: typeof CodeceptJS.browserCodecept; resq: any;