runtimeConfig.d.ts 184B

123456
  1. // This file is generated by Umi automatically
  2. // DO NOT CHANGE IT MANUALLY!
  3. import type { RequestConfig } from './types.d'
  4. export type IRuntimeConfig = {
  5. request?: RequestConfig
  6. };