type alias ParagraphChildimport { type ParagraphChild } from "https://deno.land/x/docxml@5.11.2/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