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

8 lines
160 B
TypeScript

export { StorageClient } from "./client";
export type {
StorageUploadResponse,
StoragePinRequest,
StoragePinResponse,
StorageStatus,
} from "./client";