I have file cypress.d.ts and there i declare names...
# cy10-feedback
a
I have file cypress.d.ts and there i declare namespace Cypress { interface Chainable { login(): void;} }