You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ezgidemirel
changed the title
Add a helper functions to access composition environment variables
Add a helper function to access composition environment variables
Nov 13, 2023
What problem are you facing?
Currently, we can access composition environment variables like:
However, this is too verbose and can be simplified with a helper function.
How could this Function help solve your problem?
To make it easier to access composition environment variables, we can have a helper function called
getCompositionEnvVar
. The interface might be like:The text was updated successfully, but these errors were encountered: