From ed5a74ed074fc5b94a504974997db72036919fcc Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Wed, 13 Jan 2021 17:18:45 +0100 Subject: [PATCH] Export new Mollie types --- projects/common/src/fm/common.module.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/common/src/fm/common.module.ts b/projects/common/src/fm/common.module.ts index bd08884..334b47f 100644 --- a/projects/common/src/fm/common.module.ts +++ b/projects/common/src/fm/common.module.ts @@ -56,6 +56,8 @@ import { SecureOAuthStorage} from './shared/secureOAuthStorage'; import { GradientComponent } from './components/gradient/gradient.component'; import { GradientSelectComponent } from './components/gradient-select/gradient-select.component'; import { AppMenuComponent } from './components/app-menu/app-menu.component'; +import { IMolliePaymentRequest, MolliePaymentRequest } from './models/mollie.payment.request'; +import { IMolliePaymentResponse } from './models/mollie.payment.response'; export { SafePipe, @@ -96,7 +98,10 @@ export { ISenMLItem, IDataLayer, IColor, - IGradientstop + IGradientstop, + IMolliePaymentRequest, + MolliePaymentRequest, + IMolliePaymentResponse }; @NgModule({