Section: { content: Group[]; key: string | undefined; title: string }

Represents a section of the body, containing one or more groups of entries.

Type declaration

  • content: Group[]

    An array of groups that this section contains.

  • key: string | undefined

    The unique identifier for this section.

  • title: string

    The title displayed for this section.