Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 595 Bytes

File metadata and controls

52 lines (38 loc) · 595 Bytes

CompletionSourceValue

The original result status from the provider before normalization.

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

float

/**
* @var float
*/
float $value = /* values here */

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\CompletionSourceValue4

/**
* @var Components\CompletionSourceValue4
*/
Components\CompletionSourceValue4 $value = /* values here */

array

/**
* @var array<mixed>
*/
array $value = /* values here */