Type Alias ProductVariant

ProductVariant: { id: string; name: string; options: ProductVariantOption[] }

Type declaration