fix: for hosts typing in cypress.d.ts (#22718)

* Update cypress.d.ts

Fix the hosts typing in cypress typings file

* fix: Add ts type for hosts in a server base file
This commit is contained in:
Puranjay Jain
2022-07-15 11:00:55 +05:30
committed by GitHub
parent cb81596d13
commit 198b28d1d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2941,7 +2941,7 @@ declare namespace Cypress {
/**
* Hosts mappings to IP addresses.
*/
hosts: null | string[]
hosts: null | {[key: string]: string}
/**
* Whether Cypress was launched via 'cypress open' (interactive mode)
*/