ContentfulEitherDataType typedef

ContentfulEitherDataType = Either<List<Content>, String?>

Implementation

typedef ContentfulEitherDataType = Either<List<Content>, String?>;