/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Section detail adds calculator cross-references. */ export type SectionDetailOut = { 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; /** * Paths of /v1/calc* endpoints that implement formulas grounded in this section. */ related_calc_kinds?: Array; };