Interface: RehearsalEvent

Defined in: rehearsal/types.ts:280

Events emitted during rehearsal

Properties

operation

operation: string;

Defined in: rehearsal/types.ts:282

result?

optional result?: RehearsalResult;

Defined in: rehearsal/types.ts:283

timestamp

timestamp: Date;

Defined in: rehearsal/types.ts:284

type

type: RehearsalEventType;

Defined in: rehearsal/types.ts:281