interface UmbDictionaryItemModel {
    entityType: "dictionary";
    name: string;
    unique: string;
}

Properties

entityType: "dictionary"
name: string
unique: string
""