Your IP : 172.70.179.58


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