Type Alias: MessagePrimitiveType
MessagePrimitiveType =
string
|number
|boolean
|null
|undefined
|Date
Primitive value types that can be used in message formatting. These are the basic types that can be substituted into message placeholders.
MessagePrimitiveType =
string
|number
|boolean
|null
|undefined
|Date
Primitive value types that can be used in message formatting. These are the basic types that can be substituted into message placeholders.