more junk from core

This commit is contained in:
talksik
2022-06-10 05:33:31 -05:00
parent 445d1ef522
commit fb597b8c31
10 changed files with 13 additions and 65 deletions
@@ -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[]) {}
}