From 052dae6cb6aea2963822a2cc273467fe729f413c Mon Sep 17 00:00:00 2001 From: productivityindustries <65662367+productivityindustries@users.noreply.github.com> Date: Thu, 7 Apr 2022 19:21:31 +0200 Subject: [PATCH] fixed missing declare error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index d822e10..bc99da3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,6 +1,6 @@ /// -namespace Cypress { +declare namespace Cypress { interface Chainable { /** * Starts a time span using the User Timings API. A `cy.time`