/**
 * The discount object
 * The `discount` object contains information about a discount, including its id, code, amount, savings, and type. Note that this object will display a value only if it's accessed in notifications or in the Order Printer app.
 * @see https://help.shopify.com/en/themes/liquid/objects/discount
 */
export type ShopifyDiscount = any; // TODO
