Skip to content

Commit

Permalink
(feat) Add optional version property to OHRIFormSchema interface (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Apr 3, 2023
1 parent b85f3d2 commit e0ffe5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export interface OHRIFormSchema {
formOptions?: {
usePreviousValueDisabled: boolean;
};
version?: string;
}

export interface OHRIFormPage {
Expand Down

0 comments on commit e0ffe5b

Please sign in to comment.