TypeScript Error: Circular Reference in Drizzle ORM Schema
Hey everyone, I’m getting TypeScript errors in my Drizzle ORM schema due to a circular reference. Here’s the code:
typescript
Copy
Hey everyone, I’m getting TypeScript errors in my Drizzle ORM schema due to a circular reference. Here’s the code:
typescript
Copy
Errors:
What I’ve Tried:
Using InferModel to infer the table type.
Explicitly defining the table type with PgTableWithColumns.
How can I properly type this schema to resolve the circular reference errors? Any help would be appreciated!
2 Replies