temp add name

This commit is contained in:
Mads Rasmussen
2024-01-29 12:47:40 +01:00
parent 4d50a3a3c5
commit 865ebc4783

View File

@@ -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;