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