EnvVar - Environment variable K/V

interface EnvVar {
    Key: string;
    Value: string;
}

Properties

Properties

Key: string
Value: string