This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
iapt-platform
/
mint
miroir de
https://github.com/iapt-platform/mint.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
:construction: create
visuddhinanda
il y a 3 ans
Parent
3e1b62024f
commit
5cb054284f
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
5
0
dashboard/src/components/api/Tag.ts
+ 5
- 0
dashboard/src/components/api/Tag.ts
Voir le fichier
@@ -0,0 +1,5 @@
+export interface TagNode {
+ id: string;
+ name: string;
+ description?: string;
+}