// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
export interface IRuntimeConfig {
  getInitialState?: () => Promise<Record<string, any>>
}