feat: setup auth schema

This commit is contained in:
Firman Ramdhani
2026-07-30 16:43:27 +07:00
parent 8a6a16ce9a
commit fdbc5dfe99
13 changed files with 217 additions and 45 deletions
@@ -1,4 +1,6 @@
import AxiosInstance from 'axios';
export { createHttpClient } from './create-http-client';
export type {
HttpClientConfig,
InterceptorHooks,
@@ -10,3 +12,5 @@ export type {
AxiosRequestConfig,
InternalAxiosRequestConfig,
} from './types';
export const axios = AxiosInstance;