Home > @rushstack/node-core-library > IEnvironmentEntry
IEnvironmentEntry interface
A process environment variable name and its value. Used by EnvironmentMap.
Signature:
export interface IEnvironmentEntry
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | The name of the environment variable. | ||
string | The value of the environment variable. |