mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-04 18:21:12 +00:00
Fix comment
This commit is contained in:
parent
b14da1f4d9
commit
8e8b23634b
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ export interface CommentReportResponse {
|
|||
|
||||
export interface ResolveCommentReport {
|
||||
report_id: number;
|
||||
/// Either resolve or unresolve a report.
|
||||
/**
|
||||
* Either resolve or unresolve a report.
|
||||
*/
|
||||
resolved: boolean;
|
||||
auth: string;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue