UNPKG

@us-legal-tools/ecfr-sdk

Version:

TypeScript SDK and MCP server for the eCFR (Electronic Code of Federal Regulations) API

14 lines (13 loc) 496 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * eCFR SDK * TypeScript SDK and Model Context Protocol server for the Electronic Code of Federal Regulations (eCFR) API * OpenAPI spec version: 1.0.0 */ import type { GetApiSearchV1Results200Meta } from './getApiSearchV1Results200Meta'; export type GetApiSearchV1Results200 = { /** A set of sections and appendices that match the provided query params */ results?: unknown[]; meta?: GetApiSearchV1Results200Meta; };