app/Services/Streamers/DirectStreamerInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Services\Streamers;

interface DirectStreamerInterface extends StreamerInterface
{
}