Skip to content

Commit cd43f2b

Browse files
committed
feat(events): add 'labRecommendations' to treatment plan event type
1 parent 2915937 commit cd43f2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/feature/eventType.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ type TreatmentPlanPayload = {
4444
additionalInfo: string;
4545
};
4646
}[];
47+
labRecommendations: {
48+
id: string;
49+
name: string;
50+
instructions: string;
51+
requiresFasting: boolean;
52+
tests: {
53+
id: string;
54+
name: string;
55+
}[];
56+
}[];
4757
};
4858
};
4959

0 commit comments

Comments
 (0)