Interface EnvironmentVariableMutator

interface EnvironmentVariableMutator {
    options: EnvironmentVariableMutatorOptions;
    type: EnvironmentVariableMutatorType;
    value: string;
}

Properties

Properties

value: string