Skip to content

Type Alias: PathValue

Signature

ts
export type PathValue = string | number | boolean | Function | null | { [key: string]: PathValue } | PathValue[]

Tags

  • @VueI18nGeneral

Released under the MIT License.