Represents an Option that contains an Async.
typedef TOptionAsync<T extends Object> = Option<Async<T>>;