diff --git a/projects/scion/workbench-application-platform.api/src/lib/view.model.ts b/projects/scion/workbench-application-platform.api/src/lib/view.model.ts index 1c82ed775..9adfa75d3 100644 --- a/projects/scion/workbench-application-platform.api/src/lib/view.model.ts +++ b/projects/scion/workbench-application-platform.api/src/lib/view.model.ts @@ -13,7 +13,7 @@ import { Capability, IntentMessage, PlatformCapabilityTypes } from './core.model /** * Declares the type of a view reference. */ -export declare type ViewRef = 'string'; +export type ViewRef = string; /** * Capability to show an application page as a workbench view.