Skip to content

Type Alias: LocaleMessageDictionary<T, Message>

Signature

ts
export type LocaleMessageDictionary<T, Message = string> = { [K in keyof T]: LocaleMessageType<T[K], Message> }

Type Parameters

Name
T
Message = string

Tags

  • @VueI18nGeneral

Released under the MIT License.