Presupuestador_web/shared/lib/contexts/common/domain/events/HandleInterface.ts

4 lines
64 B
TypeScript
Raw Normal View History

2024-04-23 15:29:38 +00:00
export interface IHandleEvent {
setupSubscriptions(): void;
}