Skip to content

TProductImageSize object

TProductImageSize is an object representing details about the certain url and consists of the following fields:

type TProductImageSize = {
    '1x': ImageFile;
    '2x': ImageFile;
    '3x': ImageFile;
};

ImageFile

ImageFile represents the ImageFile model.