fine tuning

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-28 12:25:45 +00:00
parent 831b179c49
commit 0839455418
15 changed files with 840 additions and 95 deletions

View File

@@ -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;