First Committ
This commit is contained in:
7
src/model/Categories.ts
Executable file
7
src/model/Categories.ts
Executable file
@@ -0,0 +1,7 @@
|
||||
export interface ICategory {
|
||||
id?: number,
|
||||
descr_it?: string
|
||||
descr_en?: string
|
||||
descr_es?: string
|
||||
campo2bool: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user