Sfoglia il codice sorgente

:construction: create

visuddhinanda 3 anni fa
parent
commit
5cb054284f
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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;
+}