SubmitLeadOptions
Options for {@link submitLead}.
Options for {@link submitLead}.
Import from @homepages/template-kit/browser.
Signature
Section titled “Signature”export interface SubmitLeadOptions { source?: Partial<LeadSource> | false; config?: SiteConfig | null; fetch?: typeof globalThis.fetch; retries?: number;}