import { useTranslate } from '@/hooks/common-hooks'; import { Form, Switch } from 'antd'; import { IOperatorForm } from '../../interface'; import DynamicInputVariable from '../components/dynamic-input-variable'; const YahooFinanceForm = ({ onValuesChange, form, node }: IOperatorForm) => { const { t } = useTranslate('flow'); return (