mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
recursive merge of config
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export interface CacheConfig {
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface CacheConfig extends Config {
|
||||
msToLive: number,
|
||||
control: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user