interface ProductVariantBasicInfo {
    description: string;
    sku: string;
    title: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

description: string
sku: string
title: string

Generated using TypeDoc