import { PresetApiConfig } from './PresetApiConfig'; /** @description 全局的接口配置项 */ export type GlobalApiConfig = Pick, 'axios' | 'cache' | 'dataNormalizer' | 'delay' | 'errorIgnore' | 'headers' | 'logger' | 'mockOff' | 'resolveType' | 'timeout' | 'mockForce'> & { meta?: GExtendMeta; };