TaskVoid typedef

TaskVoid = TaskEither<HttpNotSuccess, void>

Implementation

typedef TaskVoid = TaskEither<HttpNotSuccess, void>;