This message was deleted.
# typescript
s
This message was deleted.
s
res.location.apply()
returns an
Output<T>
which becomes the type for
result
. Given that, I'm not sure what
...result
ends up being but it's definitely not the structure you intend. I am not sure if it's possible to be honest 🤔 You'd need to find a way to convert an
Array<Output<string>>
into
Output<Array<string>>