declare enum PaymentSource { API = "API", CheckoutForm = "CHECKOUT_FORM", PayByLink = "PAY_BY_LINK" } export default PaymentSource;