FluentMessageResourceData type

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

A Map of Message data structures.

Signature:

export type FluentMessageResourceData = Map<string, Map<string, Message>>;

References: Message

Remarks

As each Fluent message and term may consist of a value and attributes, the inner Map of this structure uses '' as the key for the value.