diff --git a/typings/index.d.ts b/typings/index.d.ts index da83dbfa9..948cb6bc5 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;