UNPKG

@dolittle/sdk.projections

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

7 lines 289 B
import { Constructor } from '@dolittle/types'; import { EventType } from '@dolittle/sdk.events'; /** * Represents an event type as either a class or an {@link EventType}. */ export declare type TypeOrEventType = Constructor<any> | EventType; //# sourceMappingURL=TypeOrEventType.d.ts.map