eventual
eventual copied to clipboard
Entity attributes do not support z.custom()
entity("", {
attributes: {
key: z.string(),
v: z.custom<MyType>()
},
partition: ["key"]
})
Type 'MyType' is not assignable to type 'AttributeValue'.