Add auto-add option for pick lists and sync new products

This commit is contained in:
beatz174-bit
2025-11-23 16:01:10 +10:00
parent c29c779fd8
commit 3fa9e6df5f
8 changed files with 189 additions and 13 deletions
+2
View File
@@ -4,4 +4,6 @@ export interface PickList {
created_at: number;
completed_at?: number;
notes?: string;
categories: string[];
auto_add_new_products: boolean;
}