Cecelia Martinez
Cecelia Martinez
I used these types in the RWA and they worked ``` /** Toast command from cypress-movie */ toast(message: string, options?: {}): Chainable; ``` ``` /**clearViewport command from cypress-movie */ clearViewport():...
What would be a good way to include these? Is it something where we document the types or do we create an `index.d.ts` file that people can use or delete?
In the RWA the types are declared the same way as in the docs. I'm thinking this may be related to the config. Will continue to investigate. https://github.com/cypress-io/cypress-realworld-app/blob/develop/cypress/global.d.ts