Skip to content

Commit

Permalink
#453 re-add type to erkenning v2 model
Browse files Browse the repository at this point in the history
  • Loading branch information
roefem committed Sep 6, 2024
1 parent cdba3ef commit 8aecac5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions dist/commonjs/models/public-models.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface IErkenningNew {
startdatum: string;
einddatum: string;
opmerkingen: string;
type: string;
erkend_als: IErkendAls;
reden_erkenning: IRedenErkenning;
oorsprong_erkenning: IOorsprongErkenning;
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/models/public-models.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/models/public-models.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/native-modules/models/public-models.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface IErkenningNew {
startdatum: string;
einddatum: string;
opmerkingen: string;
type: string;
erkend_als: IErkendAls;
reden_erkenning: IRedenErkenning;
oorsprong_erkenning: IOorsprongErkenning;
Expand Down
Loading

0 comments on commit 8aecac5

Please sign in to comment.