mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import { Config } from './config.interface';
|
|
|
|
export interface UniversalConfig extends Config {
|
|
preboot: boolean;
|
|
async: boolean;
|
|
time: boolean;
|
|
}
|