Skip to content

Commit c56928e

Browse files
committed
refactor: improve entity
1 parent 7beeb14 commit c56928e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/entity/post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface PersonalUpdate {
1818
*/
1919
createdAt: string
2020
updateIds: string[]
21-
action: LiteralUnion<'USER_FOLLOW' | 'LIVE_SHARE'>
21+
action: LiteralUnion<'USER_FOLLOW' | 'LIVE_SHARE' | 'USER_RESPECT'>
2222
usernames: string[]
2323
targetUsernames: string[]
2424
users: User[]

0 commit comments

Comments
 (0)