import { UseFormReturn } from 'react-hook-form' import { FormControl, FormField, FormItem, FormLabel, FormMessage, SheetSection, TextArea, } from 'ui' import { CreateCronJobForm } from './CreateCronJobSheet/CreateCronJobSheet.constants' interface HttpBodyFieldSectionProps { form: UseFormReturn } export const HttpBodyFieldSection = ({ form }: HttpBodyFieldSectionProps) => { return ( ( HTTP Request Body