12 lines
439 B
TypeScript
12 lines
439 B
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
export const PaymentServiceMap = {
|
|
alby: import("./alby/lib/PaymentService"),
|
|
btcpayserver: import("./btcpayserver/lib/PaymentService"),
|
|
hitpay: import("./hitpay/lib/PaymentService"),
|
|
"mock-payment-app": import("./mock-payment-app/lib/PaymentService"),
|
|
paypal: import("./paypal/lib/PaymentService"),
|
|
};
|