Browse Source

'frontend/src/types.ts' を更新

feature/290
みてるぞ 1 week ago
parent
commit
f36e2725bd
1 changed files with 2 additions and 2 deletions
  1. +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 }



Loading…
Cancel
Save