Add a display name for the category
[sdc.git] / catalog-ui / src / app / models / category.ts
index 502020a..a6445ca 100644 (file)
@@ -25,6 +25,7 @@
 export interface ICategoryBase {
     //server properties
     name:string;
+    displayName:string;
     normalizedName:string;
     uniqueId:string;
     models:Array<string>;