export const SERVICES_ALIAS = { COMMAND_HANDLERS: "hollywood.application.command.handlers", QUERY_HANDLERS: "hollywood.application.query.handlers", COMMAND_MIDDLEWARE: "hollywood.application.command.middleware", QUERY_MIDDLEWARE: "hollywood.application.query.middleware", DEFAULT_EVENT_BUS: "hollywood.infrastructure.eventBus.default", DEFAULT_EVENT_STORE_DBAL: "hollywood.infrastructure.eventStore.dbal.default", DEFAULT_EVENT_STORE_SNAPSHOT: "hollywood.infrastructure.eventStore.snapshot.default", DEFAULT_EVENT_STORE_SNAPSHOT_DBAL: "hollywood.infrastructure.eventStore.snapshot.dbal.default", } as const; export const PARAMETERS_ALIAS = { DEFAULT_EVENT_STORE_MARGIN: 'hollywood.eventStore.default.margin' } as const;