export type Template =
  | 'list'
  | 'list-section'
  | 'list-tab'
  | 'summary'
  | 'summary-section'
  | 'parent-child'
  | 'parent-child-section'
  | 'row-section'
  | 'row-section-child'

export type SummaryTemplate =
  | 'table-header'
  | 'table-footer'
  | 'section-header'
  | 'section-footer'
  | 'page-header'
  | 'page-footer'
