diff --git a/src/interfaces.ts b/src/interfaces.ts index 6aa57f9..a156c12 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -1,5 +1,5 @@ import type * as types from './types' -import type * as request from 'request' +import type * as request from '@cypress/request' export type ClientConstructor = new (baseUrl: string, headers: object) => Client