/** * A single code section row (no body text). */ export type SectionOut = { code_id: string; edition: string; section_number: string; section_title: string; chapter: string; parent_section_number?: (string | null); topic_tags?: Array; viewer_deep_link?: (string | null); source_url: string; }; //# sourceMappingURL=SectionOut.d.ts.map