raqim / lib /api-client-react /src /index.ts
RAQIM Deploy
Deploy RAQIM 2026-05-02 19:06
0e14acb
raw
history blame contribute delete
194 Bytes
export * from "./generated/api";
export * from "./generated/api.schemas";
export { setBaseUrl, setAuthTokenGetter } from "./custom-fetch";
export type { AuthTokenGetter } from "./custom-fetch";