orama/sdk/src/functions/index.ts
2026-03-26 18:40:20 +02:00

3 lines
138 B
TypeScript

export { FunctionsClient, type FunctionsClientConfig } from "./client";
export type { FunctionResponse, SuccessResponse } from "./types";