TS settings for VSCode
Any suggestions for TS mappings with function sin VSCode? Tired of seeing red squiggles everywhere and having it bomb when I try to deploy bucause it can't figure out mappings for db columns.
I'm already importing my Database type and creating the client with that, and also adding
I'm already importing my Database type and creating the client with that, and also adding
.returns<{ stripe_customer_id: string | null }>() but its not respecting this for some reason