/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Adoption rollup for a jurisdiction. */ export type ApplicableOut = { jurisdiction_code: string; jurisdiction_name?: (string | null); /** * One entry per code: {code_id, edition, effective_date, has_amendments, amendment_notes, source_url} */ applicable?: Array>; };