This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
iapt-platform
/
mint
espejo de
https://github.com/iapt-platform/mint.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
:construction: create
visuddhinanda
hace 3 años
padre
3e1b62024f
commit
5cb054284f
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
dashboard/src/components/api/Tag.ts
+ 5
- 0
dashboard/src/components/api/Tag.ts
Ver fichero
@@ -0,0 +1,5 @@
+export interface TagNode {
+ id: string;
+ name: string;
+ description?: string;
+}