Home > widget-integration > ProductMetaField
ProductMetaField type
Signature:
export type ProductMetaField = {
type?: string;
namespace?: string;
key?: string;
value?: string;
};
Home > widget-integration > ProductMetaField
Signature:
export type ProductMetaField = {
type?: string;
namespace?: string;
key?: string;
value?: string;
};