mig
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user