type alias SectionChildimport { type SectionChild } from "https://deno.land/x/docxml@5.2.0/src/components/Section.ts"; A type describing the components accepted as children of Section. definition: Paragraph | Table