(stage: RelationshipStage)
| 36 | ]; |
| 37 | |
| 38 | function stageIndex(stage: RelationshipStage): number { |
| 39 | return STAGE_ORDER.indexOf(stage); |
| 40 | } |
| 41 | |
| 42 | export function rowToRelationship(row: Record<string, unknown>): PersonRelationship { |
| 43 | return { |
no outgoing calls
no test coverage detected