declare enum MerchantType { Merchant = "MERCHANT", SubMerchant = "SUB_MERCHANT" } export default MerchantType;