mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-26 14:21:12 +00:00
Fix names
This commit is contained in:
parent
8aa9e6c003
commit
24be707fd7
2 changed files with 2 additions and 2 deletions
|
@ -125,5 +125,5 @@ export interface ListCommentReports {
|
|||
}
|
||||
|
||||
export interface ListCommentReportsResponse {
|
||||
comments: CommentReportView[];
|
||||
comment_reports: CommentReportView[];
|
||||
}
|
||||
|
|
|
@ -148,7 +148,7 @@ export interface ListPostReports {
|
|||
}
|
||||
|
||||
export interface ListPostReportsResponse {
|
||||
posts: PostReportView[];
|
||||
post_reports: PostReportView[];
|
||||
}
|
||||
|
||||
export interface GetSiteMetadata {
|
||||
|
|
Loading…
Reference in a new issue