phpbb_ailabs/privet/ailabs/includes/resultSubmit.php
2023-10-01 14:08:48 -07:00

19 lines
No EOL
308 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;
public bool $ignore = false;
};