Poter inserire un Ordine anche per un altra persona... (Modalità Cassa)
This commit is contained in:
@@ -193,6 +193,14 @@ export interface IUserAport {
|
||||
profile?: IUserProfile
|
||||
}
|
||||
|
||||
export interface IUserShort {
|
||||
_id: string
|
||||
username: string
|
||||
name: string
|
||||
surname: string
|
||||
profile?: IUserProfile
|
||||
}
|
||||
|
||||
export interface IUserFields {
|
||||
_id: string
|
||||
idapp?: string
|
||||
|
||||
Reference in New Issue
Block a user