mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +03:00
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
// type definition for all custom commands
|
|
declare namespace Cypress {
|
|
interface Chainable<Subject> {}
|
|
}
|