mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import { Config } from './config.interface';
|
|
|
|
export interface UniversalConfig extends Config {
|
|
async: boolean;
|
|
time: boolean;
|
|
}
|