Understanding Context for Config in Effect Typescript Library

Is there a reason why Config calls do not add a unique type to the context? Would be really nice to know what exact Config values I need to pass in at the beginning of the program. Usually it results in a runtime error where I have to try and get the program to run to find which Config values are required especially if they are barried in a "default" layer of some dependency I've created
Was this page helpful?