UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

9 lines 269 B
import type { JSONObject } from 'tiny-types'; import { ActivityStarts } from './ActivityStarts'; /** * @group Events */ export declare class TaskStarts extends ActivityStarts { static fromJSON(o: JSONObject): TaskStarts; } //# sourceMappingURL=TaskStarts.d.ts.map