Papa JohnsP
Convex Community2y ago
12 replies
Papa Johns

```

Validator<Record<string, any>, "required", any>): TableDefinition<Validator<Record<string, any>, "required", any>, {}, {}, {}>', gave the following error.
    Object literal may only specify known properties, and 'firstName' does not exist in type 'Validator<Record<string, any>, "required", any>'.

I am trying to use the firstName and lastname in my schema. But it is not allowing me to do so.
Was this page helpful?