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