فهرست منبع

add description in ITagMapData

visuddhinanda 1 سال پیش
والد
کامیت
83858794cf
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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;
   anchor_id: string;
   tag_id: string;
-  name?: string;
-  color?: number;
+  name?: string | null;
+  color?: number | null;
+  description?: string | null;
   title?: string;
   editor?: IUser;
   owner?: IStudio;