MCPcopy
hub / github.com/loggerhead/json4u / IntlMessages

Interface IntlMessages

src/global.d.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10declare global {
11 // Use type safe message keys with `next-intl`
12 interface IntlMessages extends Messages {}
13
14 interface Console {
15 l: (...args: any[]) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected