Type alias WorkInstitution

WorkInstitution: {
    acronym: string[];
    department: string[];
    name: string;
    place: string[];
}

Type declaration

  • acronym: string[]
  • department: string[]
  • name: string
  • place: string[]

Generated using TypeDoc