remove extension of server models
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { FileSystemTreeItemPresentationModel } from '@umbraco-cms/backoffice/backend-api';
|
||||
import type { UmbFileSystemTreeItemModel, UmbFileSystemTreeRootModel } from '@umbraco-cms/backoffice/tree';
|
||||
|
||||
export interface UmbPartialViewTreeItemModel extends FileSystemTreeItemPresentationModel, UmbFileSystemTreeItemModel {}
|
||||
export interface UmbPartialViewTreeItemModel extends UmbFileSystemTreeItemModel {}
|
||||
// TODO: TREE STORE TYPE PROBLEM:
|
||||
export interface UmbPartialViewTreeRootModel
|
||||
extends Omit<FileSystemTreeItemPresentationModel, 'path'>,
|
||||
UmbFileSystemTreeRootModel {}
|
||||
export interface UmbPartialViewTreeRootModel extends UmbFileSystemTreeRootModel {}
|
||||
|
||||
Reference in New Issue
Block a user