import { ShopifyPricingPercentageValue } from '@daffodil/driver/shopify'
The value of the percentage pricing object.
interface ShopifyPricingPercentageValue {
__typename: "PricingPercentageValue"
percentage: number
}
__typename "PricingPercentageValue" |
|---|
percentage number |
|---|
The percentage value of the object. |