This commit is contained in:
Michael Telatynski
2025-01-29 09:02:46 +00:00
parent 646f3da638
commit bab388854c
+2 -1
View File
@@ -5,7 +5,6 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE files in the repository root for full details.
*/
import { Module, Api, ModuleFactory } from "@element-hq/element-web-module-api";
import NordeckOpendeskModule from "@nordeck/element-web-opendesk-module";
import GuestModule, {
assertValidGuestModuleConfig,
@@ -16,6 +15,8 @@ import GuestModule, {
import WidgetLifecycleModule from "@nordeck/element-web-widget-lifecycle-module";
import WidgetTogglesModule from "@nordeck/element-web-widget-toggles-module";
import type { Module, Api, ModuleFactory } from "@element-hq/element-web-module-api";
declare module "@element-hq/element-web-module-api" {
interface Config {
[GUEST_MODULE_CONFIG_NAMESPACE]: {