This message was deleted.
# typescript
s
This message was deleted.
l
publicSubnetIds
returns an array of
Promise
of
OutputInstances
. So you can iterate over the array. Then
await
each one, or call
then()
. Then you can
apply()
that.
🙏 1