This commit is contained in:
Samandar Turgunboyev
2026-02-19 17:56:47 +05:00
parent 734087aac5
commit bb84da82a8

View File

@@ -26,7 +26,7 @@ export interface ProductListResult {
litr: null | string;
box_type_code: null | string;
box_quant: null | string;
groups: number[];
groups: { id: number; name: string };
state: 'A' | 'P';
payment_type: 'cash' | 'card' | null;
barcodes: string;
@@ -116,7 +116,7 @@ export interface FavouriteProductRes {
litr: null | string;
box_type_code: null | string;
box_quant: null | string;
groups: number[];
groups: { id: number; name: string };
payment_type: 'cash' | 'card' | null;
state: 'A' | 'P';
barcodes: string;