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