import type { WebhookFormat } from "@/hooks/use-channel-form"; import { WEBHOOK_PRESETS } from "@/hooks/use-channel-form"; function Field({ label, hint, children, }: { label: string; hint?: string; children: React.ReactNode; }) { return (
{hint}
Payload format