mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import { Config } from './config.interface';
|
|
|
|
export interface UniversalConfig extends Config {
|
|
preboot: boolean,
|
|
async: boolean,
|
|
time: boolean
|
|
}
|