Export new Mollie types
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
a08eed7c67
commit
ed5a74ed07
@ -56,6 +56,8 @@ import { SecureOAuthStorage} from './shared/secureOAuthStorage';
|
|||||||
import { GradientComponent } from './components/gradient/gradient.component';
|
import { GradientComponent } from './components/gradient/gradient.component';
|
||||||
import { GradientSelectComponent } from './components/gradient-select/gradient-select.component';
|
import { GradientSelectComponent } from './components/gradient-select/gradient-select.component';
|
||||||
import { AppMenuComponent } from './components/app-menu/app-menu.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 {
|
export {
|
||||||
SafePipe,
|
SafePipe,
|
||||||
@ -96,7 +98,10 @@ export {
|
|||||||
ISenMLItem,
|
ISenMLItem,
|
||||||
IDataLayer,
|
IDataLayer,
|
||||||
IColor,
|
IColor,
|
||||||
IGradientstop
|
IGradientstop,
|
||||||
|
IMolliePaymentRequest,
|
||||||
|
MolliePaymentRequest,
|
||||||
|
IMolliePaymentResponse
|
||||||
};
|
};
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
Loading…
Reference in New Issue
Block a user