Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/location/core/src/common/ |
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/location/core/src/common/photo.js |
import {type Thumbnail} from 'thumbnail'; export type Photo = { url: string; width: number; /* pixels */ height: number; /* pixels */ description: string; thumbnail: Thumbnail; }