diff --git a/next-ui/dir2json.d.ts b/next-ui/dir2json.d.ts index 62b99521..b74ff1ef 100644 --- a/next-ui/dir2json.d.ts +++ b/next-ui/dir2json.d.ts @@ -4,7 +4,9 @@ // noinspection JSUnusedGlobalSymbols // Auto generated by vite-plugin-dir2json declare module "*i18n?dir2json&ext=.json&1" { - const json: {}; + const json: { + "en": string; +}; export default json; }