move data source response interface to the repository module
This commit is contained in:
committed by
Jacob Overgaard
parent
ac38b1314e
commit
3029b3d5f0
@@ -1,5 +1,5 @@
|
||||
import { EntityTreeItemResponseModel, PagedEntityTreeItemResponseModel } from '@umbraco-cms/backoffice/backend-api';
|
||||
import type { DataSourceResponse } from '@umbraco-cms/backoffice/models';
|
||||
import type { DataSourceResponse } from '@umbraco-cms/backoffice/repository';
|
||||
|
||||
export interface RepositoryTreeDataSource {
|
||||
getRootItems(): Promise<DataSourceResponse<PagedEntityTreeItemResponseModel>>;
|
||||
|
||||
Reference in New Issue
Block a user