prismatic-io / embedded

Prismatic's library for embedding Prismatic.io into your application.
MIT License
24 stars 3 forks source link

Expose ConfigVars Type #56

Closed jasoncomes closed 8 months ago

jasoncomes commented 8 months ago

Our setConfigVars method's main property is configVars. This property is used in several different places within the application, and it may also be accessed by external users. Exposing this property allows us to avoid using type indexes or repeating type aliases when using or creating the config variables for setConfigVars method.