common/utils/typedef library

Typedefs

EitherFuture<T> = Future<(Failure?, T?)>
A typedef representing a future that returns an Either object.