export type OfferSubCondition = {
    DisplayValue?: string;
    Label?: string;
    Locale?: string;
    Value?: string;
};
//# sourceMappingURL=offer-sub-condition.d.ts.map