import type { ThumbSize } from '../../runtime/constants/thumb-size'; /** Raw тумбы из API */ export interface IRawThumbUrls { jpeg: Record; webp: Record; }