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; }; //# sourceMappingURL=SectionAmendmentsOut.d.ts.map