fix
This commit is contained in:
@@ -26,7 +26,7 @@ export interface ProductListResult {
|
|||||||
litr: null | string;
|
litr: null | string;
|
||||||
box_type_code: null | string;
|
box_type_code: null | string;
|
||||||
box_quant: null | string;
|
box_quant: null | string;
|
||||||
groups: number[];
|
groups: { id: number; name: string };
|
||||||
state: 'A' | 'P';
|
state: 'A' | 'P';
|
||||||
payment_type: 'cash' | 'card' | null;
|
payment_type: 'cash' | 'card' | null;
|
||||||
barcodes: string;
|
barcodes: string;
|
||||||
@@ -116,7 +116,7 @@ export interface FavouriteProductRes {
|
|||||||
litr: null | string;
|
litr: null | string;
|
||||||
box_type_code: null | string;
|
box_type_code: null | string;
|
||||||
box_quant: null | string;
|
box_quant: null | string;
|
||||||
groups: number[];
|
groups: { id: number; name: string };
|
||||||
payment_type: 'cash' | 'card' | null;
|
payment_type: 'cash' | 'card' | null;
|
||||||
state: 'A' | 'P';
|
state: 'A' | 'P';
|
||||||
barcodes: string;
|
barcodes: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user