Home > widget-integration > ProductMetaField

ProductMetaField type

Signature:

export type ProductMetaField = {
	type?: string;
	namespace?: string;
	key?: string;
	value?: string;
};