function deserializeActions<P>(
client,
actions,
patchParser): DataConnectorAction[] | undefined
Function to convert the lucid action wire format into a clean list of actions
Type parameters
| Type parameter |
|---|
P extends Patch |
Parameters
| Parameter | Type |
|---|---|
client | DataConnectorClient |
actions | unknown |
patchParser | PatchParser<P> |
Returns
DataConnectorAction[] | undefined