This commit is contained in:
IGNY8 VPS (Salman)
2025-12-01 09:43:27 +00:00
parent ca5451c795
commit f860a20fa0
3 changed files with 119 additions and 64 deletions

View File

@@ -11,6 +11,7 @@ export interface SiteIntegration {
platform_type: 'cms' | 'ecommerce' | 'custom_api';
config_json: Record<string, any>;
credentials_json?: Record<string, any>;
api_key?: string; // WordPress API key from credentials
is_active: boolean;
sync_enabled: boolean;
last_sync_at?: string;