Record

vias-name

No description available.

record vias-name {
  first-name: option​<string>,
  gender: option​<vias-name-gender-enum>,
  infix: option​<string>,
  last-name: option​<string>,
}

Fields

NameTypeDescription
first-nameoption​<string>
genderoption​<vias-name-gender-enum>
infixoption​<string>
last-nameoption​<string>