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 281 B
import { TinyType } from 'tiny-types'; export declare class CorrelationId extends TinyType { readonly value: string; static fromJSON(v: string): CorrelationId; static create(): CorrelationId; constructor(value: string); } //# sourceMappingURL=CorrelationId.d.ts.map