Argument of type '{ readonly queueName: "dummy-queue"; readonly consumerSchema: z.ZodObject<{ id: z.ZodString; timestamp: z.ZodString; type: z.ZodLiteral<"entity.updated">; payload: z.ZodObject<{ updatedData: z.ZodString; }, "strip", z.ZodTypeAny, { ...; }, { ...; }>; metadata: z.ZodObject<{ schemaVersion: z.ZodString; producedBy: z....' is not assignable to parameter of type 'AmqpAwareEventDefinition'.