Get the specified env variable value as an enum.
The environment variable key.
Array of possible enum values or options.
Default value if not set.
Options for retrieving the value.
The value as an enum.
Optional
Get the specified env variable value as an enum.
Param: key
The environment variable key.
Param: enums
Array of possible enum values or options.
Param: defaultValue
Default value if not set.
Param: options
Options for retrieving the value.
Returns
The value as an enum.