Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 284 Bytes

File metadata and controls

25 lines (17 loc) · 284 Bytes

ActionsRpcResponseData

The response data from the action RPC call

Supported Types

array

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

array

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