| 4 | declare module 'next-intl' { |
| 5 | // eslint-disable-next-line ts/consistent-type-definitions |
| 6 | interface AppConfig { |
| 7 | Locale: (typeof routing.locales)[number]; |
| 8 | Messages: typeof messages; |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | export type AppLocale = { |
nothing calls this directly
no outgoing calls
no test coverage detected