chore: update

This commit is contained in:
2026-06-12 16:11:41 +02:00
parent 370b1a5742
commit d18052e749
6 changed files with 321 additions and 72 deletions
+1
View File
@@ -922,6 +922,7 @@ export type RewardCategoryConfig = {
category: string;
all_products: boolean;
product_ids: number[];
product_names: string[];
amount: number;
};