Spaces:
Sleeping
Sleeping
File size: 278 Bytes
df9fdc8 | 1 2 3 4 | import { Client } from "../client";
import type { PredictReturn } from "../types";
export declare function predict<T = unknown>(this: Client, endpoint: string | number, data?: unknown[] | Record<string, unknown>): Promise<PredictReturn<T>>;
//# sourceMappingURL=predict.d.ts.map |