4 lines
180 B
TypeScript
4 lines
180 B
TypeScript
|
|
declare function cloudPlugin(on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions): Promise<Cypress.PluginConfigOptions>;
|
||
|
|
|
||
|
|
export { cloudPlugin, cloudPlugin as default };
|