declare enum PaymentStatusesEnum { PAID = "paid", NOT_PAID = "not_paid" } export { PaymentStatusesEnum };