add workspace actions to document + add default element for a workspace action
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
FolderTreeItem,
|
||||
ProblemDetails,
|
||||
} from '@umbraco-cms/backend-api';
|
||||
import { UmbControllerHostInterface } from '@umbraco-cms/controller';
|
||||
|
||||
// Extension Manifests
|
||||
export * from '@umbraco-cms/extensions-registry';
|
||||
@@ -157,3 +158,7 @@ export interface DataSourceResponse<T = undefined> {
|
||||
data?: T;
|
||||
error?: ProblemDetails;
|
||||
}
|
||||
|
||||
export interface UmbRepositoryFactory<T> {
|
||||
new (host: UmbControllerHostInterface): T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user