This message was deleted.
# general
s
This message was deleted.
b
The configuration is namespaced. So in code you'd ask to get the Google-native namespace and then get the region for it.
m
Copy code
const googleNativeConfig = new Config("google-native");
const region = googleNativeConfig.require("region");
✔️ 1
Like this?
b
Yes. I don't know what it looks like in TypeScript but the Go code looks similar.