jamespot-user-api
    Preparing search index...

    Type Alias jCommentList

    jCommentList: Merge<
        jCommentLittle,
        {
            _actions?: Record<string, SocialActionDeprecated>;
            _article?: jArticleLittle;
            _attachedFiles?: jFileLittle[];
            _right: Rights;
            _widgets?: WidgetWrapperProps[];
        },
    >