UNPKG

@kingdom-sdk/core

Version:

Core module to design DDD applications in TypeScript

3 lines (2 loc) 90 B
import { Event } from './messages/Event'; export declare type AnyEvent = Event<any, any>;