Files
cycloud/plugin/index.d.ts

4 lines
180 B
TypeScript
Raw Normal View History

2023-10-21 11:25:37 +03:00
declare function cloudPlugin(on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions): Promise<Cypress.PluginConfigOptions>;
export { cloudPlugin, cloudPlugin as default };