This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
remove unnecessary type
Shun Miyazawa
4 years ago
parent
c1e347db5f
commit
8b14c39f69
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
packages/app/src/interfaces/tag.ts
+ 0
- 1
packages/app/src/interfaces/tag.ts
View File
@@ -1,5 +1,4 @@
export type ITag = {
- _id: string
name: string,
createdAt: Date;
}