This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
iapt-platform
/
mint
kopia lustrzana
https://github.com/iapt-platform/mint.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
:construction: create
visuddhinanda
3 lat temu
rodzic
3e1b62024f
commit
5cb054284f
1 zmienionych plików
z
5 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
5
0
dashboard/src/components/api/Tag.ts
+ 5
- 0
dashboard/src/components/api/Tag.ts
Wyświetl plik
@@ -0,0 +1,5 @@
+export interface TagNode {
+ id: string;
+ name: string;
+ description?: string;
+}