Browse Source

:construction: create

visuddhinanda 3 years ago
parent
commit
5cb054284f
1 changed files with 5 additions and 0 deletions
  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;
+}