Make server types conversion more explicit (enabling better authoring
types/DX)
Update dependencies, particularly Typescript
Add foundation for HTTP client with axios (support debug/retry)
~- Add ability to define per-input clean function to move that logic from
each action into the input definition; also types the perform param
according to the return type of the clean function~
Add component-level error handler to move general error handling from
each action into the component definition
Refactor many multi-generic types to use this references and avoid
the need for further generics
Add ~serializeObject~ toJSON helper function to help deal with recursive data
structures and various error handling scenarios
this
references and avoid the need for further genericsserializeObject
~toJSON
helper function to help deal with recursive data structures and various error handling scenarios