PCB lista categorie
This commit is contained in:
@@ -80,6 +80,12 @@ export interface IDepartment {
|
||||
username?: string,
|
||||
}
|
||||
|
||||
export interface ICategory {
|
||||
_id?: any
|
||||
name: string,
|
||||
img?: string,
|
||||
}
|
||||
|
||||
export interface IStorehouse {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
|
||||
Reference in New Issue
Block a user