Ensure Drizzle findMany conforms to Typebox schema
Hi All,
I am running into an issue when using drizzle with an elysia app.
I have the following typebox schema which uses drizzle-typebox to generate types for typebox
in the file where i define the route handler for the Elysia app, the
getCompanies
function is highlighted saying that the response object does not match the schema provided in the interface.
any idea on how to fix this? thanks in advance!0 Replies