runtimeConfig.d.ts 168 Bytes EditWeb IDE 1 2 3 4 5 // This file is generated by Umi automatically // DO NOT CHANGE IT MANUALLY! export interface IRuntimeConfig { getInitialState?: () => Promise<Record<string, any>> }