This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
iapt-platform
/
mint
réplica de
https://github.com/iapt-platform/mint.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
:construction: create
visuddhinanda
%!s(int64=3) %!d(string=hai) anos
pai
3e1b62024f
achega
5cb054284f
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
dashboard/src/components/api/Tag.ts
+ 5
- 0
dashboard/src/components/api/Tag.ts
Ver ficheiro
@@ -0,0 +1,5 @@
+export interface TagNode {
+ id: string;
+ name: string;
+ description?: string;
+}