++ Cassa - parte 1
This commit is contained in:
@@ -17,6 +17,8 @@ export interface IProductInfo {
|
||||
date?: Date,
|
||||
icon?: string,
|
||||
img?: string
|
||||
ingredienti?: string,
|
||||
valori_nutrizionali?: string,
|
||||
}
|
||||
|
||||
export interface IProduct {
|
||||
@@ -133,6 +135,7 @@ export interface IStorehouse {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
name?: string,
|
||||
username?: string,
|
||||
description?: string,
|
||||
referent?: string,
|
||||
address?: string,
|
||||
|
||||
Reference in New Issue
Block a user