1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ImgValueDto.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Data\Type;
5
7{
8 public ?string $defaultSrc;
9 public ?string $defaultSrc2x;
10 public ?string $src;
11 public ?string $src2x;
12 public ?int $id;
13 public ?int $id2x;
14}