refactor-migration again
This commit is contained in:
@@ -780,8 +780,8 @@ export interface ContentIdea {
|
||||
id: number;
|
||||
idea_title: string;
|
||||
description?: string | null;
|
||||
content_structure: string;
|
||||
content_type: string;
|
||||
content_type: string; // post, page, product, taxonomy
|
||||
content_structure: string; // article, guide, comparison, review, etc.
|
||||
target_keywords?: string | null;
|
||||
keyword_cluster_id?: number | null;
|
||||
keyword_cluster_name?: string | null;
|
||||
@@ -798,8 +798,8 @@ export interface ContentIdea {
|
||||
export interface ContentIdeaCreateData {
|
||||
idea_title: string;
|
||||
description?: string | null;
|
||||
content_structure?: string;
|
||||
content_type?: string;
|
||||
content_structure?: string;
|
||||
target_keywords?: string | null;
|
||||
keyword_cluster_id?: number | null;
|
||||
status?: string;
|
||||
|
||||
Reference in New Issue
Block a user