Skip to content

Type Alias: MessageFunctions<T>

Signature

ts
export type MessageFunctions<T = string> = Record<string, MessageFunction<T>>

Type Parameters

Name
T = string

Released under the MIT License.