TaskGqlVoid typedef

TaskGqlVoid = TaskEither<GqlException, void>

Implementation

typedef TaskGqlVoid = TaskEither<GqlException, void>;