import { UmiRequestParam } from './UmiRequestParam'

/** api 请求配置参数 */
export type NRequestParam = Omit<UmiRequestParam, 'uri' | 'options'>