Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 303 Bytes

File metadata and controls

32 lines (23 loc) · 303 Bytes

RawResponseResponse

Supported Types

array

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

array

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

string

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