• wuhao's avatar
    root · f5182a1c
    wuhao authored
    f5182a1c
runtimeConfig.d.ts 168 Bytes
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
export interface IRuntimeConfig {
  getInitialState?: () => Promise<Record<string, any>>
}