ConfigurationParameter interface
Represents a 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