|
|
@@ -54,8 +54,8 @@ export type Post = { |
|
|
|
|
|
|
|
|
export type PostTagChange = { |
|
|
export type PostTagChange = { |
|
|
post: Post |
|
|
post: Post |
|
|
tag: Tag |
|
|
|
|
|
user?: User |
|
|
|
|
|
|
|
|
tag: Tag | null |
|
|
|
|
|
user: User | null |
|
|
changeType: 'add' | 'remove' |
|
|
changeType: 'add' | 'remove' |
|
|
timestamp: string } |
|
|
timestamp: string } |
|
|
|
|
|
|
|
|
|