lemmy-js-client
    Preparing search index...

    Type Alias GetReportCountResponse

    A response for the number of reports.

    type GetReportCountResponse = {
        count: number;
    }
    Index

    Properties

    Properties

    count: number