Drizzle – Convert pg SelectedFields to plain type
I’m currently using Drizzle in a project and have implemented a repository pattern for the connection with Drizzle. The issue is that within the base class of the repositories, I have this method which has a ‘select’ property. This property is of type SelectedFields
from pg.