Browse Source

add description in ITagMapData

visuddhinanda 1 year ago
parent
commit
83858794cf
1 changed files with 3 additions and 2 deletions
  1. 3 2
      dashboard/src/components/api/Tag.ts

+ 3 - 2
dashboard/src/components/api/Tag.ts

@@ -53,8 +53,9 @@ export interface ITagMapData {
   table_name: string;
   table_name: string;
   anchor_id: string;
   anchor_id: string;
   tag_id: string;
   tag_id: string;
-  name?: string;
-  color?: number;
+  name?: string | null;
+  color?: number | null;
+  description?: string | null;
   title?: string;
   title?: string;
   editor?: IUser;
   editor?: IUser;
   owner?: IStudio;
   owner?: IStudio;