# Structs
DataFlow represents a chain of commands where the next command gets executed by the previous one passing on a common object holding the shared state.
# Type aliases
Callback represents the interface for the callback functions.
ChainedCommand represents the interface for the callbacks used in a DataFlow.
ErrorCallback represents the interface for the error callback functions.
Next represents the interface for next step in ChainedCommand.