adding in stuff to make search work but still testing and stuff
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { User } from "@nirvana/core/models";
|
||||
|
||||
/**
|
||||
* Full results from the global search
|
||||
*/
|
||||
export default class SearchResponse {
|
||||
// all friends/contacts matching search
|
||||
contacts?: User[];
|
||||
|
||||
// all public users
|
||||
constructor(public users: User[]) {}
|
||||
}
|
||||
Reference in New Issue
Block a user