UNPKG

flexiblepersistence

Version:
6 lines 205 B
import { IDirectedEvent } from './iDirectedEvent'; import { Operation } from './operation'; export interface IEvent extends IDirectedEvent { operation: Operation; } //# sourceMappingURL=iEvent.d.ts.map