Skip to content

Commit

Permalink
Update to use request import.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Sep 14, 2023
1 parent 3b1168b commit 8fe2c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8fe2c30

Please sign in to comment.