/** * 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 */ export type GetApiSearchV1ResultsOrder = typeof GetApiSearchV1ResultsOrder[keyof typeof GetApiSearchV1ResultsOrder]; export declare const GetApiSearchV1ResultsOrder: { readonly citations: "citations"; readonly relevance: "relevance"; readonly hierarchy: "hierarchy"; readonly newest_first: "newest_first"; readonly oldest_first: "oldest_first"; readonly suggestions: "suggestions"; };