oko-management
    Preparing search index...

    Interface Report

    interface Report {
        comment: {
            _count: { reports: number };
            author: { ban_status: number; display_name: string; id: string };
            content: any;
            created_at: Date;
            id: string;
        };
        comment_id: string;
        created_at: Date;
        reason: string;
        report_author: null
        | { ban_status: 0; display_name: string; id: string };
        report_author_id: string;
        resolved: boolean;
    }
    Index

    Properties

    comment: {
        _count: { reports: number };
        author: { ban_status: number; display_name: string; id: string };
        content: any;
        created_at: Date;
        id: string;
    }
    comment_id: string
    created_at: Date
    reason: string
    report_author: null | { ban_status: 0; display_name: string; id: string }
    report_author_id: string
    resolved: boolean