export interface ActionUpdate { name?: string; description?: string; config?: any; code?: string; customData?: any; }