mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
9 lines
172 B
TypeScript
9 lines
172 B
TypeScript
export interface LocalBuildConfig {
|
|
locale: {
|
|
locale: string;
|
|
fallbackLocale: string;
|
|
baseNavigator: boolean;
|
|
legacy: boolean;
|
|
};
|
|
}
|