Home > widget-integration > ProductListingImageInfo
ProductListingImageInfo type
Signature:
export type ProductListingImageInfo = {
id: number;
src: string;
alt: string | null;
width: number;
height: number;
position: number;
};
Home > widget-integration > ProductListingImageInfo
Signature:
export type ProductListingImageInfo = {
id: number;
src: string;
alt: string | null;
width: number;
height: number;
position: number;
};