ExplicitParameterValue interface

Interface representing an explicit parameter value.

Signature:

export interface ExplicitParameterValue 

Properties

Property Type Description
value string The string value that the parameter is set to.

ExplicitParameterValue.value

The string value that the parameter is set to.

Signature:

value: string;