make sure we extend UmbApi

This commit is contained in:
Niels Lyngsø
2023-11-21 20:58:47 +01:00
parent 58f4b18786
commit 3470be65ee

View File

@@ -1,4 +1,6 @@
export interface UmbWorkspaceContextInterface {
import type { UmbApi } from '@umbraco-cms/backoffice/extension-api';
export interface UmbWorkspaceContextInterface extends UmbApi {
readonly workspaceAlias: string;
// TODO: should we consider another name than entity type. File system files are not entities but still have this type.
getEntityType(): string;