MapleLeaf 🍁M
Convex Communityβ€’3y agoβ€’
8 replies
MapleLeaf 🍁

Feature request: v.record() and v.unknown()

I have a case where I want to store arbitrary data specifically as an object of type
Record<string, string | number>
but that doesn't seem to be possible with the current validators

As a somewhat related aside,
v.unknown()
would be a much more welcome and safer alternative to
v.any()
Was this page helpful?