jamespot-user-api
    Preparing search index...

    Type Alias ContentReportList

    ContentReportList: Merge<
        jArticleList,
        {
            articleId: number;
            articleTitle: string;
            articleType: string;
            articleUrl: string;
            commentId?: number;
            commentType?: string;
            status: ContentReportStatus;
            type: "contentReport";
        },
    >