<?php namespace ModulesGarden\Servers\ProxmoxVps\Core\UI\Interfaces; /** * Ajax Response Interface */ interface ResponseInterface { public function getFormatedResponse(); }