Skip to content

Commit

Permalink
fix(anni): server medication typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 3, 2022
1 parent e8a93a3 commit 35ffe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation-interface/common/server-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type ServerGuidelineOverview = {
implication: string | null;
recommendation: string | null;
warningLevel: WarningLevel | null;
medication: { name: string };
medication: ServerMedication;
phenotype: {
geneResult: { name: string };
geneSymbol: { name: string };
Expand Down

0 comments on commit 35ffe15

Please sign in to comment.