mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
59695: Starts-with implementation for browse-by date
This commit is contained in:
7
src/config/browse-by-config.interface.ts
Normal file
7
src/config/browse-by-config.interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface BrowseByConfig extends Config {
|
||||
oneYearLimit: number;
|
||||
fiveYearLimit: number;
|
||||
defaultLowerLimit: number;
|
||||
}
|
Reference in New Issue
Block a user