<@U029HQAKWQ0> Yeah, `concat` returns an `Output&l...
# typescript
m
@busy-journalist-6936 Yeah,
concat
returns an
Output<string>
— but I’m not sure you need that, as both values are strings — does this work?
Copy code
const name: string = `kc2-${stack}`;
b
Oh hey look, i was just over-thinking it. tyvm!!!
that worked great
m
Yay! Awesome.