diff --git a/assets/js/src/sdk/main.ts b/assets/js/src/sdk/main.ts index 45407c452..a83cea300 100644 --- a/assets/js/src/sdk/main.ts +++ b/assets/js/src/sdk/main.ts @@ -13,7 +13,7 @@ // App export { type ModuleSystem, type AbstractModule } from '@Pimcore/app/module-system/module-system' -export { type PluginSystem, type abstractPlugin } from '@Pimcore/app/plugin-system/plugin-system' +export { type PluginSystem, type IAbstractPlugin } from '@Pimcore/app/plugin-system/plugin-system' export { IconLibrary } from '@Pimcore/modules/icon-library/services/icon-library' // Components