1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
RequestEntities.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Generation\Type;
5
6enum RequestEntities: string
7{
8 case Image = 'I';
9}