type alias TableChildimport { type TableChild } from "https://deno.land/x/docxml@5.5.4/src/components/Table.ts"; A type describing the components accepted as children of Table. definition: Row | RowAddition | RowDeletion