forked from hazza/dspace-angular
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