Skip to content

vue-i18n / general / PathValue

Type Alias: PathValue

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

Vue I18n General

Released under the MIT License.