Nutrient Web SDK

ReferenceLocaleMessageOverrides

Type Alias LocaleMessageOverrides

The messages of a single locale, keyed by message id. The ids the SDK ships are suggested; any other key is accepted and ignored.

Type Alias
Type Signature
type LocaleMessageOverrides = { [id in MessageId | string & {}]?: string }