MCPcopy
hub / github.com/messageformat/messageformat / MessageData

Interface MessageData

packages/runtime/messages.d.ts:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 export interface MessageData {
39 [locale: string]: {
40 [key: string]: string;
41 };
42 }
43
44 export default Messages;
45}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected