diff --git a/types/standalone.d.ts b/types/standalone.d.ts index 79b6f06a7..6e166d7c8 100644 --- a/types/standalone.d.ts +++ b/types/standalone.d.ts @@ -8,7 +8,7 @@ declare namespace ExpectWebdriverIO { } type Expect = { - (actual: T): Matchers, T> + (actual: T): Matchers extend(map: Record): void } & AsymmetricMatchers