Modeling JSON Configuration from Environment Variables in Effect Typescript

If I have a config that is in process.env but basically a json (so eg. config.services["some-cache"][0].url) how would I best model that with config?
Was this page helpful?