idesa oclumn for priamry keywrod and drafts page errro fix

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-15 08:47:24 +00:00
parent 0c02852b06
commit b62350b8e0
5 changed files with 36 additions and 6 deletions

View File

@@ -1185,6 +1185,7 @@ export interface ContentIdea {
description?: string | null;
content_type: string; // post, page, product, taxonomy
content_structure: string; // article, guide, comparison, review, etc.
primary_focus_keywords?: string | null;
target_keywords?: string | null;
keyword_cluster_id?: number | null;
keyword_cluster_name?: string | null;
@@ -1203,6 +1204,7 @@ export interface ContentIdeaCreateData {
description?: string | null;
content_type?: string;
content_structure?: string;
primary_focus_keywords?: string | null;
target_keywords?: string | null;
keyword_cluster_id?: number | null;
status?: string;