diff --git a/typings/index.d.ts b/typings/index.d.ts index 73fb80b..9655cdb 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1,7 +1,7 @@ // TypeScript Version: 2.8 import { - SelectorMatcherOptions, + SelectorMatcherOptions as DTLSelectorMatcherOptions, Matcher, MatcherOptions as DTLMatcherOptions, getByTestId, @@ -12,6 +12,7 @@ export interface CTLMatcherOptions { } export type MatcherOptions = DTLMatcherOptions | CTLMatcherOptions +export type SelectorMatcherOptions = DTLSelectorMatcherOptions | CTLMatcherOptions declare global { namespace Cypress {