ソースを参照

:construction: create

visuddhinanda 3 年 前
コミット
5cb054284f
1 ファイル変更5 行追加0 行削除
  1. 5 0
      dashboard/src/components/api/Tag.ts

+ 5 - 0
dashboard/src/components/api/Tag.ts

@@ -0,0 +1,5 @@
+export interface TagNode {
+  id: string;
+  name: string;
+  description?: string;
+}