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 { 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({
|
||||
|
Loading…
Reference in New Issue
Block a user