Scontistica- Parte 1
This commit is contained in:
@@ -121,6 +121,17 @@ export interface IProvider {
|
||||
website?: string,
|
||||
}
|
||||
|
||||
export interface IScontistica {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
code?: string,
|
||||
description?: string,
|
||||
qta: number,
|
||||
perc_sconto: number,
|
||||
price: number,
|
||||
comulativo: boolean,
|
||||
}
|
||||
|
||||
export interface ICart {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
|
||||
Reference in New Issue
Block a user