db.query error: TS2339: Property priceRules does not exist on type {}
So when using drizzle schema's imported from a node package (we do this as we are in a mono-repository and it's easier to manage versioning this way), I get this error, which claims the property doesn't exist, even through the tooltip has the value and I've verified the package does export the schema with this value on.
Any advice?
db.ts
I'm using my exported Type
CombinedSchema
here which is just a typeof schema

0 Replies