temp add name
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { ContentStateModel } from '@umbraco-cms/backoffice/backend-api';
|
||||
|
||||
export interface UmbDocumentItemModel {
|
||||
name: string; // TODO: this is not correct. We need to get it from the variants. This is a temp solution.
|
||||
unique: string;
|
||||
isTrashed: boolean;
|
||||
isProtected: boolean;
|
||||
|
||||
Reference in New Issue
Block a user