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