Skip to content

Commit

Permalink
remove breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Mar 1, 2024
1 parent 5d6c53e commit 992f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface HideProps {
export interface OHRIFormSchema {
name: string;
pages: Array<OHRIFormPage>;
processor: FormProcessor;
processor: string;
uuid: string;
referencedForms: Array<ReferencedForm>;
encounterType: string;
Expand Down

0 comments on commit 992f84f

Please sign in to comment.