declare enum PaymentGroup { Product = "PRODUCT", ListingOrSubscription = "LISTING_OR_SUBSCRIPTION" } export default PaymentGroup;