UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

18 lines 937 B
import { APIResource } from "../../../resource.js"; import * as TimeseriesGroupsAPI from "./timeseries-groups.js"; import { TimeseriesGroupUserAgentParams, TimeseriesGroupUserAgentResponse, TimeseriesGroups } from "./timeseries-groups.js"; import * as BotsAPI from "./bots/bots.js"; import { Bots } from "./bots/bots.js"; import * as InferenceAPI from "./inference/inference.js"; import { Inference } from "./inference/inference.js"; export declare class AI extends APIResource { inference: InferenceAPI.Inference; bots: BotsAPI.Bots; timeseriesGroups: TimeseriesGroupsAPI.TimeseriesGroups; } export declare namespace AI { export { Inference as Inference }; export { Bots as Bots }; export { TimeseriesGroups as TimeseriesGroups, type TimeseriesGroupUserAgentResponse as TimeseriesGroupUserAgentResponse, type TimeseriesGroupUserAgentParams as TimeseriesGroupUserAgentParams, }; } //# sourceMappingURL=ai.d.ts.map