1
0
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:
flarum-bot
2025-01-12 12:06:04 +00:00
parent 00426c85e3
commit 48ec73f86e

View File

@@ -69,11 +69,7 @@ export default class AdminApplication extends Application {
* @internal * @internal
*/ */
registry: AdminRegistry; registry: AdminRegistry;
extensionCategories: { extensionCategories: Record<string, number>;
feature: number;
theme: number;
language: number;
};
history: IHistory; history: IHistory;
search: SearchManager<SearchState>; search: SearchManager<SearchState>;
/** /**