This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
68
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
#63
feature/063
みてるぞ
2 days ago
parent
5c1295f0ff
commit
1653e1ae79
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frontend/src/types.ts
+ 1
- 1
frontend/src/types.ts
View File
@@ -183,7 +183,7 @@ export type Tag = {
createdAt: string
updatedAt: string
hasWiki: boolean
materialId: number
materialId: number
| null
hasDeerjikists: boolean
children?: Tag[]
matchedAlias?: string | null }
Write
Preview
Loading…
Cancel
Save