idesa oclumn for priamry keywrod and drafts page errro fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user