This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wiki
/
weseek__growi
espejo de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
remove unnecessary type
Shun Miyazawa
hace 4 años
padre
c1e347db5f
commit
8b14c39f69
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
0
1
packages/app/src/interfaces/tag.ts
+ 0
- 1
packages/app/src/interfaces/tag.ts
Ver fichero
@@ -1,5 +1,4 @@
export type ITag = {
- _id: string
name: string,
createdAt: Date;
}