<?php
namespace App\Interfaces;
interface ChunkerInterface
{
public function handle(): \Generator;
}