requests for user data on ui
This commit is contained in:
@@ -49,4 +49,10 @@ export interface ICollection extends HasHistory, CanDeactivate {
|
||||
export interface IGroceryList extends HasHistory, CanDeactivate {
|
||||
name: string
|
||||
ownerid: string | number
|
||||
}
|
||||
|
||||
export interface IFriendship extends HasHistory, CanDeactivate {
|
||||
senderid: string | number
|
||||
targetid: string | number
|
||||
pending: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user