diff --git a/frontend/src/types/automation.ts b/frontend/src/types/automation.ts index 8d9667fcf..78acc81b4 100644 --- a/frontend/src/types/automation.ts +++ b/frontend/src/types/automation.ts @@ -66,8 +66,3 @@ export interface SuggestedAutomation { updatedAt: string; icon: any; // MUI Icon component } - -// Export the AutomateParameters interface that was previously defined inline -export interface AutomateParameters extends AutomationExecutionCallbacks { - automationConfig?: AutomationConfig; -} \ No newline at end of file