mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
Issues 252,253: Browse by title and browse by metadata (author)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { autoserialize, autoserializeAs } from 'cerialize';
|
||||
import { ListableObject } from '../../shared/object-collection/shared/listable-object.model';
|
||||
|
||||
export class BrowseEntry {
|
||||
export class BrowseEntry implements ListableObject {
|
||||
|
||||
@autoserialize
|
||||
type: string;
|
||||
|
Reference in New Issue
Block a user