1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/cypress.d.ts

6 lines
90 B
TypeScript
Raw Normal View History

/// <reference types="cypress" />
declare namespace Cypress {
type Chainable = {};
}