mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-16 21:54:14 +00:00
3 lines
138 B
TypeScript
3 lines
138 B
TypeScript
export { FunctionsClient, type FunctionsClientConfig } from "./client";
|
|
export type { FunctionResponse, SuccessResponse } from "./types";
|