Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIReport

    type APIReport = {
        body: string;
        closed: boolean;
        created: Date;
        id: string;
        item_id: string;
        item_type: ReportItemType;
        report_type: string;
        reporter: string;
        thread_id: string;
    }
    Index

    Properties

    body: string

    The extended explanation of the report.

    closed: boolean

    Whether the report is resolved.

    created: Date

    The time at which the report was created.

    id: string

    The ID of the report.

    item_id: string

    The ID of the item (project, version, or user) being reported.

    item_type: ReportItemType

    The type of the item being reported.

    report_type: string

    The type of the report being sent.

    reporter: string

    The ID of the user who reported the item.

    thread_id: string

    The ID of the moderation thread associated with this report.