mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
Merge remote-tracking branch 'origin/main' into more-eslint
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { autoserialize } from 'cerialize';
|
||||
|
||||
import { CacheableObject } from '../cache/cacheable-object.model';
|
||||
import { BrowseByDataType } from '../../browse-by/browse-by-switcher/browse-by-data-type';
|
||||
|
||||
/**
|
||||
* Base class for BrowseDefinition models
|
||||
@@ -13,5 +14,5 @@ export abstract class BrowseDefinition extends CacheableObject {
|
||||
/**
|
||||
* Get the render type of the BrowseDefinition model
|
||||
*/
|
||||
abstract getRenderType(): string;
|
||||
abstract getRenderType(): BrowseByDataType;
|
||||
}
|
||||
|
Reference in New Issue
Block a user