Hi,
I'm trying to add a "query" function to my sql instance, that wraps the template query in an Effect so I can yield* normally for all my sql calls.
But typing wise it won't let me, because most of the types aren't exported
Return type of exported function has or is using name 'JSONObject' from external module
Would it be possible to export these?