phpbb_ailabs/privet/ailabs/includes/resultSubmit.php
privet.fun 1e4c06f497 1.0.2
2023-06-01 10:35:15 -07:00

18 lines
No EOL
275 B
PHP

<?php
/**
*
* AI Labs extension
*
* @copyright (c) 2023, privet.fun, https://privet.fun
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
namespace privet\ailabs\includes;
class resultSubmit
{
public string $response;
public $responseCodes;
};