mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
Bundled output for commit 00426c85e3
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
6
framework/core/js/dist-typings/admin/AdminApplication.d.ts
generated
vendored
6
framework/core/js/dist-typings/admin/AdminApplication.d.ts
generated
vendored
@@ -69,11 +69,7 @@ export default class AdminApplication extends Application {
|
||||
* @internal
|
||||
*/
|
||||
registry: AdminRegistry;
|
||||
extensionCategories: {
|
||||
feature: number;
|
||||
theme: number;
|
||||
language: number;
|
||||
};
|
||||
extensionCategories: Record<string, number>;
|
||||
history: IHistory;
|
||||
search: SearchManager<SearchState>;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user