mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
|
/// <reference types="cypress" />
|
||
|
|
||
|
declare namespace Cypress {
|
||
|
interface Chainable {}
|
||
|
}
|