Iterate
This commit is contained in:
@@ -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]: {
|
||||
|
||||
Reference in New Issue
Block a user