Presupuestador_web/shared/lib/contexts/common/domain/events/index.ts
2024-04-23 17:29:38 +02:00

4 lines
107 B
TypeScript

export * from './DomainEventInterface';
export * from './DomainEvents';
export * from './HandleInterface';