This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
69
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
'frontend/src/types.ts' を更新
feature/290
みてるぞ
1 week ago
parent
d772cceb5e
commit
f36e2725bd
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
frontend/src/types.ts
+ 2
- 2
frontend/src/types.ts
View File
@@ -54,8 +54,8 @@ export type Post = {
export type PostTagChange = {
post: Post
tag: Tag
user
?
: User
tag: Tag
| null
user:
User
| null
changeType: 'add' | 'remove'
timestamp: string }
Write
Preview
Loading…
Cancel
Save