UNPKG

@caidrive/shared

Version:

caidrive.shared.components

13 lines (12 loc) 112 B
/** * */ /** * */ export interface IHandler<IDomainEvent> { /** * */ subscribe(): void; }