new version Visualizzazione Service
This commit is contained in:
@@ -69,6 +69,7 @@ export interface IContribtype {
|
||||
_id: any
|
||||
label: string
|
||||
showprice: boolean
|
||||
color: string
|
||||
}
|
||||
|
||||
export interface ILabelValue {
|
||||
|
||||
@@ -955,7 +955,7 @@ export interface IProvince {
|
||||
}
|
||||
|
||||
export interface IMySkill extends IMyMain {
|
||||
_id: number
|
||||
_id: string
|
||||
idSector: number
|
||||
idSkill: number
|
||||
// idSubSkill: number[]
|
||||
@@ -980,7 +980,7 @@ export interface IMyMain {
|
||||
}
|
||||
|
||||
export interface IMyGoods extends IMyMain {
|
||||
_id: number
|
||||
_id: string
|
||||
idSector: number
|
||||
idSkill: number
|
||||
idShipping: number[]
|
||||
@@ -1000,7 +1000,7 @@ export interface IMyGoods extends IMyMain {
|
||||
}
|
||||
|
||||
export interface IMyBacheca extends IMyMain {
|
||||
_id: number
|
||||
_id: string
|
||||
idSector: number
|
||||
idSkill: number
|
||||
// idSubSkill: number[]
|
||||
@@ -1027,7 +1027,7 @@ export interface IAccomodation {
|
||||
}
|
||||
|
||||
export interface IMyHosp extends IMyMain {
|
||||
_id: number
|
||||
_id: string
|
||||
visibile: boolean
|
||||
typeHosp: number
|
||||
numMaxPeopleHosp: number
|
||||
|
||||
@@ -57,6 +57,16 @@ export interface IUserNotifType {
|
||||
value: number
|
||||
}
|
||||
|
||||
export interface IBookmark {
|
||||
id: string
|
||||
tab: number
|
||||
}
|
||||
|
||||
export interface IFavorite {
|
||||
id: string
|
||||
tab: number
|
||||
}
|
||||
|
||||
|
||||
export interface IUserProfile {
|
||||
img?: string
|
||||
@@ -117,6 +127,8 @@ export interface IUserProfile {
|
||||
noNameSurname: boolean
|
||||
noCircuit: boolean
|
||||
noFoto: boolean
|
||||
bookmark: IBookmark[]
|
||||
favorite: IFavorite[]
|
||||
|
||||
// in memory
|
||||
asked_friends: any[]
|
||||
|
||||
Reference in New Issue
Block a user