chore: build

This commit is contained in:
2026-06-12 09:43:29 +02:00
parent 13df186854
commit 2ca28e730b
4 changed files with 79 additions and 17 deletions
+1
View File
@@ -2145,6 +2145,7 @@ export type RewardCategoryConfig = {
category: string;
all_products: boolean;
product_ids: number[];
product_names: string[];
amount: number;
};