phpbb_ailabs/privet/ailabs/includes/resultSubmit.php

18 lines
281 B
PHP
Raw Normal View History

2023-05-28 01:43:21 +00:00
<?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 array $responseCodes;
};