// This file is generated by Umi automatically // DO NOT CHANGE IT MANUALLY! import { IntlCache, createIntl, } from 'D:/project/xdnyAdmin/node_modules/.pnpm/react-intl@3.12.1_react@18.2.0/node_modules/react-intl'; type OptionalIntlConfig = Omit[0], 'locale' | 'defaultLocale'>; export interface IRuntimeConfig { locale?: { getLocale?: () => string; cache?: IntlCache; } & OptionalIntlConfig; };