<?php

namespace App\Integrations\Majestic;

interface ReportHandler
{
    public function report(Request $request): Response;
}
