@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
20 lines • 648 B
TypeScript
export declare enum E_BenefitType {
PERCENTAGE_DISCOUNT = "percentage_discount",
FIXED_DISCOUNT = "fixed_discount"
}
export declare enum E_MaximumUsageType {
UNLIMITED = "unlimited",
LIMITED = "limited"
}
export declare enum E_BenefitAppliedTo {
MENU_ITEM = "menu_item",
ORDER_DELIVERY_AMOUNT = "order_delivery_amount",
ORDER_TOTAL_AMOUNT = "order_total_amount",
ORDER_INVOICED_AMOUNT = "order_invoiced_amount"
}
export declare enum E_CustomerBenefitSource {
TIER_PROGRAM = "tier_program",
COUPON_PROGRAM = "coupon_program",
PUNCH_CARD_PROGRAM = "punch_card_program"
}
//# sourceMappingURL=index.d.ts.map