diff --git a/src/interfaces/api/comment.ts b/src/interfaces/api/comment.ts index 8f4f92d..8a12def 100644 --- a/src/interfaces/api/comment.ts +++ b/src/interfaces/api/comment.ts @@ -125,5 +125,5 @@ export interface ListCommentReports { } export interface ListCommentReportsResponse { - comments: CommentReportView[]; + comment_reports: CommentReportView[]; } diff --git a/src/interfaces/api/post.ts b/src/interfaces/api/post.ts index 14b58b3..cb9a154 100644 --- a/src/interfaces/api/post.ts +++ b/src/interfaces/api/post.ts @@ -148,7 +148,7 @@ export interface ListPostReports { } export interface ListPostReportsResponse { - posts: PostReportView[]; + post_reports: PostReportView[]; } export interface GetSiteMetadata {