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

4 lines
107 B
TypeScript
Raw Normal View History

2024-04-23 15:29:38 +00:00
export * from './DomainEventInterface';
export * from './DomainEvents';
export * from './HandleInterface';