| Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/Contracts/ |
| Current File : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/Contracts/Resource.php |
<?php
namespace Resend\Contracts;
use ArrayAccess;
use JsonSerializable;
interface Resource extends ArrayAccess, JsonSerializable
{
//
}