Poter inserire un Ordine anche per un altra persona... (Modalità Cassa)

This commit is contained in:
Surya Paolo
2024-01-16 23:00:15 +01:00
parent 62267ef618
commit 40076e3e1d
23 changed files with 144 additions and 30 deletions

View File

@@ -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