/**
 * 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;
};
