lemmy-js-client
    Preparing search index...

    Type Alias ResolvePrivateMessageReport

    Resolve a private message report.

    type ResolvePrivateMessageReport = {
        report_id: PrivateMessageReportId;
        resolved: boolean;
    }
    Index

    Properties

    Properties

    resolved: boolean