cmj5547C
Convex Community3y ago
1 reply
cmj5547

Validator for object with dynamic keys

hi all, super impressed so far with convex, but quick question

should I be allowed to do the following

  args: {
    member: v.object({
      [v.string()]: v.array(v.string())
    })
  }


for dynamic string keys in an object
Was this page helpful?