Proper query results inference
Posting my GitHub discussion here for more visibility: https://github.com/drizzle-team/drizzle-orm/discussions/583
GitHub
I currently need to use SelectResult to type a function argument, but this type is only available from the generated types file: import { b as SelectResult } from "drizzle-orm/select.types.d-c...