Home > widget-integration > ProductQueryParams

ProductQueryParams type

Signature:

export type ProductQueryParams = {
	product_id: string | number;
	quickview_widget_id: string;
};