UNPKG

@dolittle/sdk.aggregates

Version:

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

5 lines 186 B
/** * Represents the signature for an on method. */ export declare type OnMethodSignature<T = any> = (event: T) => void | Promise<void>; //# sourceMappingURL=OnMethodSignature.d.ts.map