Skip to main content
Version: 1.x

Type Alias: SectionData

SectionData = Readonly<Record<string, unknown>>

Key-value pairs representing form field data from a section.

Example

const data: SectionData = { 'Product Name': 'Widget A' };