Initial commit - Event Planner application
This commit is contained in:
13
dist/core/services/module-registry.service.d.ts
vendored
Normal file
13
dist/core/services/module-registry.service.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export type AdminModuleInfo = {
|
||||
key: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
routePrefix?: string;
|
||||
version?: string;
|
||||
};
|
||||
export declare class ModuleRegistryService {
|
||||
private modules;
|
||||
registerModule(info: AdminModuleInfo): void;
|
||||
getModules(): AdminModuleInfo[];
|
||||
}
|
||||
//# sourceMappingURL=module-registry.service.d.ts.map
|
||||
Reference in New Issue
Block a user