We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
entity("", { attributes: { key: z.string(), v: z.custom<MyType>() }, partition: ["key"] })
Type 'MyType' is not assignable to type 'AttributeValue'.