import { type ITableOfContentsOptions } from "https://dotland.deno.dev/x/docx@9.0.3/src/file/table-of-contents/table-of-contents-properties.ts";
Options according to this docs: https://www.ecma-international.org/publications/standards/Ecma-376.htm Part 1 - Page 1251
Short Guide: http://officeopenxml.com/WPtableOfContents.php
definition: { readonly captionLabel?: string; readonly entriesFromBookmark?: string; readonly captionLabelIncludingNumbers?: string; readonly sequenceAndPageNumbersSeparator?: string; readonly tcFieldIdentifier?: string; readonly hyperlink?: boolean; readonly tcFieldLevelRange?: string; readonly pageNumbersEntryLevelsRange?: string; readonly headingStyleRange?: string; readonly entryAndPageNumberSeparator?: string; readonly seqFieldIdentifierForPrefix?: string; readonly stylesWithLevels?: readonly StyleLevel[]; readonly useAppliedParagraphOutlineLevel?: boolean; readonly preserveTabInEntries?: boolean; readonly preserveNewLineInEntries?: boolean; readonly hideTabAndPageNumbersInWebView?: boolean; }