menu: enhnacncements

This commit is contained in:
2025-12-15 22:46:25 +03:00
parent 346dee1392
commit a126eb8e02
4 changed files with 149 additions and 48 deletions

View File

@@ -330,6 +330,7 @@ export interface CartItem {
comment?: string;
// Unique identifier for cart items with the same product but different variants/extras/comments
uniqueId?: string;
}
export interface UserType {