ConfigurationParameter interface

Represents a configuration parameter.

Properties

name

Name of the configuration parameter.

value

Value of the configuration parameter.

Property Details

name

Name of the configuration parameter.

name?: string

Property Value

string

value

Value of the configuration parameter.

value?: string

Property Value

string