Type Alias UmbDocumentTypeItemModel
UmbDocumentTypeItemModel: { description?: string | null; entityType: UmbDocumentTypeEntityType; icon?: string | null; isElement: boolean; name: string; unique: string;} Type declaration
Optional
description?: string | null
Optional
icon?: string | null
isElement: boolean
name: string
unique: string