Add properly typed objects for fields instead of using strings e.g. dataset, webhook body, action policy, widgets
This would make development using these features much simpler on our end and quicker than trying to infer the types before we
JSON.stringify
them
Also would mean any changes or updates to types would be picked up automatically without us having to change our own types we've created from responses