import type { ILocale } from './index.d'

export interface IRootContext {
  // 国际化
  locale: ILocale
}
