eventual icon indicating copy to clipboard operation
eventual copied to clipboard

Entity attributes do not support z.custom()

Open thantos opened this issue 2 years ago • 0 comments

entity("", { 
   attributes: { 
      key: z.string(),
      v: z.custom<MyType>()
   },
   partition: ["key"]
})

Type 'MyType' is not assignable to type 'AttributeValue'.

thantos avatar Nov 17 '23 04:11 thantos