mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import { Config } from './config.interface';
|
|
|
|
export interface CacheConfig extends Config {
|
|
msToLive: number,
|
|
control: string
|
|
}
|