From 48ec73f86e2a2ec102330d5d3fb99685b5404516 Mon Sep 17 00:00:00 2001 From: flarum-bot Date: Sun, 12 Jan 2025 12:06:04 +0000 Subject: [PATCH] Bundled output for commit 00426c85e38efc91554af33644b088e72b3b3c1b Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci] --- framework/core/js/dist-typings/admin/AdminApplication.d.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/framework/core/js/dist-typings/admin/AdminApplication.d.ts b/framework/core/js/dist-typings/admin/AdminApplication.d.ts index 3d72b6ef9..81e084027 100644 --- a/framework/core/js/dist-typings/admin/AdminApplication.d.ts +++ b/framework/core/js/dist-typings/admin/AdminApplication.d.ts @@ -69,11 +69,7 @@ export default class AdminApplication extends Application { * @internal */ registry: AdminRegistry; - extensionCategories: { - feature: number; - theme: number; - language: number; - }; + extensionCategories: Record; history: IHistory; search: SearchManager; /**