interface WithPartialPriceField {
    price: Partial<ProductPrice>;
}

Properties

Properties

price: Partial<ProductPrice>

Generated using TypeDoc