type alias ParagraphChildimport { type ParagraphChild } from "https://deno.land/x/docxml@5.15.3/src/components/Paragraph.ts"; A type describing the components accepted as children of Paragraph. definition: | Text | TextAddition | TextDeletion | CommentRangeStart | CommentRangeEnd | Comment | BookmarkRangeStart | BookmarkRangeEnd | Hyperlink | Field