Jökull Sólberg
Jökull Sólberg
Explore posts from servers
CDCloudflare Developers
Created by kingmesal on 5/20/2024 in #workers-help
Toucan API - Correct way to use it?
2 replies
DTDrizzle Team
Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
Screenshot of hover?
16 replies
DTDrizzle Team
Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
so you don't need it, just leave it out
16 replies
DTDrizzle Team
Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
so if you call typeof on a function you wrap it in returntype to get the return of the function --- however in your case above you're calling returntype on a result, not a function
16 replies
DTDrizzle Team
Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
typeof basically "yanks" a runtime thing into the type level above it (that's how I think about it)
16 replies
DTDrizzle Team
Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
and call it like this getItemOrder.prepare()
16 replies