@us-legal-tools/ecfr-sdk
Version:
TypeScript SDK and MCP server for the eCFR (Electronic Code of Federal Regulations) API
17 lines (16 loc) • 630 B
TypeScript
/**
* 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";
};