enum FraudCheckStatus { Waiting = 'WAITING', Fraud = 'FRAUD', NotFraud = 'NOT_FRAUD' } export default FraudCheckStatus;