/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SectionOut } from './SectionOut'; /** * A pair of sections matched by ``section_number`` across editions but * carrying different ``section_title`` strings (a title rename). */ export type SectionRenamePair = { old: SectionOut; new: SectionOut; };