UNPKG

@serenity-js/core

Version:

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

8 lines 229 B
import type { CorrelationId } from './CorrelationId.js'; export interface CorrelationIdFactory { /** * Creates a new CorrelationId */ create(): CorrelationId; } //# sourceMappingURL=CorrelationIdFactory.d.ts.map