chore: update
Frontend Client - EAS Build / build (push) Canceled after 0s
Frontend Admin - EAS Build / build (push) Canceled after 0s

This commit is contained in:
Xor290
2026-08-21 13:48:45 +02:00
parent c99d913d94
commit 62ad698ea6
7 changed files with 105 additions and 98 deletions
+1 -1
View File
@@ -1109,6 +1109,7 @@ export interface PointsTier {
export interface RewardCategoryConfig {
category: string;
type: "free_product" | "half_price_product";
all_products: boolean;
product_ids: number[];
}
@@ -1121,7 +1122,6 @@ export interface RewardItem {
export interface PointsReward {
threshold: number;
type: "free_product" | "half_price_product" | "custom";
description: string;
category_configs: RewardCategoryConfig[];
reward_items: RewardItem[];