| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/core/src/common/ |
| Current File : /var/www/element/data/www/revenuestory.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;
}