Przeglądaj źródła

:construction: create

visuddhinanda 3 lat temu
rodzic
commit
5cb054284f
1 zmienionych plików z 5 dodań i 0 usunięć
  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;
+}