Skip to content

Commit

Permalink
Add missing export for ModalCloseRequest type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Barbier committed Apr 6, 2021
1 parent 639c212 commit 86aca02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 5 additions & 1 deletion src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ export { UiPermissions } from './permissions/ui-permissions.model';
export { GetItemResponse } from './cloud-storage/get-item-response.model';
export { SetItemRequest } from './cloud-storage/set-item-request.model';

export { ModalSize, ModalOpenRequest } from './modal/modal-open-request.model';
export {
ModalSize,
ModalOpenRequest,
ModalCloseRequest,
} from './modal/modal-open-request.model';

export { SettingsResponse } from './settings/settings-response.model';

Expand Down

0 comments on commit 86aca02

Please sign in to comment.