A user reported a TypeScript error immediately after creating a new project. The error log shows: "convex/venues.ts:22:64 - error TS2345: Argument of type '\"restaurant\" | \"attraction\" | \"activity\" | \"hotel\" | undefined' is not assignable to parameter of type '\"restaurant\" | \"attraction\" | \"activity\" | \"hotel\"'". This indicates that an "undefined" value is being passed to a function that doesn't accept it during the initial project setup.