MCPcopy
hub / github.com/ixartz/SaaS-Boilerplate / AppConfig

Interface AppConfig

src/types/I18n.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4declare 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
12export type AppLocale = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected