Initial commit
This commit is contained in:
4
lib/api-client-react/src/index.ts
Normal file
4
lib/api-client-react/src/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from "./generated/api";
|
||||
export * from "./generated/api.schemas";
|
||||
export { setBaseUrl, setAuthTokenGetter } from "./custom-fetch";
|
||||
export type { AuthTokenGetter } from "./custom-fetch";
|
||||
Reference in New Issue
Block a user