forked from hazza/dspace-angular
6 lines
218 B
TypeScript
6 lines
218 B
TypeScript
import { SearchResult } from '../../../../+search-page/search-result.model';
|
|
import { Community } from '../../../../core/shared/community.model';
|
|
|
|
export class CommunitySearchResult extends SearchResult<Community> {
|
|
}
|