/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SectionAmendmentRow } from './SectionAmendmentRow'; /** * GET /v1/codes/{code_id}/sections/{section_number}/amendments response. */ export type SectionAmendmentsOut = { code_id: string; section_number: string; amendments?: Array; total: number; };