Skip to content

Commit

Permalink
Added role landlord verhuurder
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Sep 9, 2024
1 parent 170286b commit 220b7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/dictionaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export const personRoleMap = {
"PERSON_ROLE_RESIDENT": "Bewoner",
"PERSON_ROLE_MIDDLEMAN": "Tussenpersoon",
"PERSON_ROLE_PLATFORM": "Platform",
"PERSON_ROLE_HEIR": "Erfgenaam"
"PERSON_ROLE_HEIR": "Erfgenaam",
"PERSON_ROLE_LANDLORD": "Verhuurder"
}

export type PersonRole = keyof typeof personRoleMap

0 comments on commit 220b7c3

Please sign in to comment.