Skip to content

Type Alias: NamedValue<T>

Signature

ts
export type NamedValue<T = {}> = T & Record<string, unknown>

Type Parameters

Name
T = {}

Tags

  • @VueI18nGeneral

Released under the MIT License.