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 281 B
import type { JSONObject } from 'tiny-types'; import { ActivityFinished } from './ActivityFinished'; /** * @group Events */ export declare class TaskFinished extends ActivityFinished { static fromJSON(o: JSONObject): TaskFinished; } //# sourceMappingURL=TaskFinished.d.ts.map