Interface EnvVariableValue

Hierarchy

  • EnvVariableValue

Properties

envVariableName: undefined | string

The name of the ENV variable if a value was found.

legacy?: boolean

True if the variable was derived from a legacy variable name.

value: undefined | string

Undefined if not found.

Generated using TypeDoc