fine tuning
This commit is contained in:
@@ -2017,11 +2017,17 @@ export interface Content {
|
||||
// Relations
|
||||
cluster_id: number;
|
||||
cluster_name?: string | null;
|
||||
sector_name?: string | null;
|
||||
taxonomy_terms?: Array<{
|
||||
id: number;
|
||||
name: string;
|
||||
taxonomy_type: string;
|
||||
}>;
|
||||
taxonomy_terms_data?: Array<{
|
||||
id: number;
|
||||
name: string;
|
||||
taxonomy_type: string;
|
||||
}>;
|
||||
// WordPress integration
|
||||
external_id?: string | null;
|
||||
external_url?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user