@us-legal-tools/ecfr-sdk
Version:
TypeScript SDK and MCP server for the eCFR (Electronic Code of Federal Regulations) API
13 lines (12 loc) • 472 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 GetApiSearchV1ResultsPaginateBy = typeof GetApiSearchV1ResultsPaginateBy[keyof typeof GetApiSearchV1ResultsPaginateBy];
export declare const GetApiSearchV1ResultsPaginateBy: {
readonly date: "date";
readonly results: "results";
};