zhengyiming
2025-03-06 ad032ad0889156572271868601d6665e560318b4
packages/core/src/types.ts
@@ -1,7 +1,8 @@
import { type RequestConfig } from 'senior-request';
import { type AxiosRequestConfig } from 'axios';
export type BlLifeRechargeServicesOptions<TResponse = any, TRequestOptions = any> = {
  axiosConfig?: RequestConfig<TResponse, TRequestOptions>;
  axiosConfig?: Omit<RequestConfig<TResponse, TRequestOptions>, keyof AxiosRequestConfig>;
};
export type BlLifeRechargeAccountModelOptions = {