5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
export * from "./generated/api";
|
|
export * from "./generated/api.schemas";
|
|
export { setBaseUrl, setAuthTokenGetter, customFetch } from "./custom-fetch";
|
|
export type { AuthTokenGetter } from "./custom-fetch";
|