This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wiki
/
weseek__growi
mirror da
https://github.com/weseek/growi
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
remove unnecessary type
Shun Miyazawa
4 anni fa
parent
c1e347db5f
commit
8b14c39f69
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
1
packages/app/src/interfaces/tag.ts
+ 0
- 1
packages/app/src/interfaces/tag.ts
Vedi File
@@ -1,5 +1,4 @@
export type ITag = {
- _id: string
name: string,
createdAt: Date;
}