Type '{ snsTopic: string; producedBy: string[]; consumerSchema: z.ZodObject<{ id: z.ZodString; timestamp: z.ZodString; type: z.ZodLiteral<"test-event.something-happened">; payload: z.ZodObject<...>; }, z.UnknownKeysParam, z.ZodTypeAny, { ...; }, { ...; }>; publisherSchema: z.ZodObject<...>; }' is not assignable to type 'SnsAwareEventDefinition'.