UNPKG
@redox-contrib/models
Version:
latest (0.2.0)
0.2.0
0.1.0
Typescript definitions for the Redox API.
github.com/redox-contrib/models
redox-contrib/models
@redox-contrib/models
/
common
/
Relationship.d.ts
2 lines
(1 loc)
•
192 B
TypeScript
View Raw
1
2
export
declare
type
Relationship =
'Child'
|
'Employer'
|
'Father'
|
'Grandchild'
|
'Grandparent'
|
'Life Partner'
|
'Mother'
|
'Other'
|
'Parent'
|
'Self'
|
'Sibling'
|
'Spouse'
|
'Unknown'
;