@serenity-js/core
Version:
The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure
11 lines • 389 B
TypeScript
import type { JSONObject } from 'tiny-types';
import { ActivityStarts } from './ActivityStarts';
/**
* Emitted when an [`Interaction`](https://serenity-js.org/api/core/class/Interaction/) starts.
*
* @group Events
*/
export declare class InteractionStarts extends ActivityStarts {
static fromJSON(o: JSONObject): InteractionStarts;
}
//# sourceMappingURL=InteractionStarts.d.ts.map