Home > widget-integration > ProductListingImageInfo

ProductListingImageInfo type

Signature:

export type ProductListingImageInfo = {
	id: number;
	src: string;
	alt: string | null;
	width: number;
	height: number;
	position: number;
};