diff --git a/src/app/wrappers/producto.ts b/src/app/wrappers/producto.ts index c248021..3880398 100644 --- a/src/app/wrappers/producto.ts +++ b/src/app/wrappers/producto.ts @@ -89,8 +89,9 @@ export interface Producto { nombreImagen?: any; categoria_selfservice: number; cantidad?: number; - showCargarProducto?: boolean; esPadre?: boolean; codigoBarra: string; idSinonimo?: number; + productos?: Producto[]; + tieneSinonimos?: boolean; }