more junk from core
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import { User } from "@nirvana/core/models";
|
||||
import User from '../models/user.model';
|
||||
|
||||
/**
|
||||
* Full results from the global search
|
||||
*/
|
||||
export default class UserSearchResponse {
|
||||
// all friends/contacts matching search
|
||||
contacts?: User[];
|
||||
|
||||
// all public users
|
||||
constructor(public users: User[]) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user