Fix names

This commit is contained in:
Dessalines 2021-09-27 11:31:49 -04:00
parent 8aa9e6c003
commit 24be707fd7
2 changed files with 2 additions and 2 deletions

View file

@ -125,5 +125,5 @@ export interface ListCommentReports {
}
export interface ListCommentReportsResponse {
comments: CommentReportView[];
comment_reports: CommentReportView[];
}

View file

@ -148,7 +148,7 @@ export interface ListPostReports {
}
export interface ListPostReportsResponse {
posts: PostReportView[];
post_reports: PostReportView[];
}
export interface GetSiteMetadata {