I have this cypress.json config file:
{
"env": {
"example": "Hello World!"
}
}
In my tests:
Cypress.env("example")
Can I add any kind of type defintion to the env system? (to work with Typescript or eslint) I would love to use intellisense here.