declare enum PaymentStatus { pending = "pending", paid = "paid", failed = "failed" } export default PaymentStatus;