summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 4036f7e6..98cdc763 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -664,10 +664,6 @@ export interface CreatePostLikeForm {
auth?: string;
}
-export interface CreatePostLikeResponse {
- post: Post;
-}
-
export interface SiteForm {
name: string;
description?: string;
@@ -831,7 +827,7 @@ type ResponseType =
| GetFollowedCommunitiesResponse
| ListCommunitiesResponse
| GetPostsResponse
- | CreatePostLikeResponse
+ | PostResponse
| GetRepliesResponse
| GetUserMentionsResponse
| ListCategoriesResponse