- aggiornamento catalogo: lista titoli del catalogo
- scheda prodotto libro - migliorata tabella prodotto
This commit is contained in:
@@ -818,6 +818,19 @@ export interface IMyScheda {
|
||||
|
||||
}
|
||||
|
||||
export interface IRecFields {
|
||||
editOn?: boolean
|
||||
label?: string
|
||||
table?: string
|
||||
id?: string
|
||||
rec?: any
|
||||
mykey?: string
|
||||
debounce?: string
|
||||
type?: number
|
||||
dense?: boolean
|
||||
maxlength?: number
|
||||
}
|
||||
|
||||
export interface ISchedaSingola {
|
||||
_id?: string
|
||||
scheda?: IMyScheda,
|
||||
|
||||
Reference in New Issue
Block a user