export interface InstrTC { text: string; omitsPageNumber: boolean; level: number | null; itemTypeIdentifier: string | null; }