@schizanon @type oooh I see, that makes sense
I tried a simple `await fetch` then `await response.json()` with an array typecast, but I couldn't repro the issue, so idk what happens there. One thing I noticed though is that my response.json() shows `Body.json()` and has type `Promise<any>` instead of what you have there though, so maybe that's related to why?